crawl-uses-simulated-clock

Status: IN

The crawl loop advances a `sim_time` counter for politeness scheduling rather than calling `time.sleep()`, making the simulation deterministic; real `time.time()` is only used to measure total crawl duration for stats.

Source: entries/2026/06/05/web-crawler-web_crawler.md

Depended on by

JSON