v2.0.27
2.0.27 (2026-08-01)
Bug Fixes
-
crawler: report crawl progress incrementally (265f70b)
The crawl generator only yielded results once 20 pages had accumulated,
so indexing reported "0 pages found" until the first full batch completed.
On slow sites this looked frozen for minutes.- Drain the result queue on every poll tick instead of gating on batch size
- Remove the now-unused hasEnoughResults/BATCH_SIZE from QueueManager