Tigah and GitHub
0d96838ee4
fix(scan): bound crawl breadth with a page budget ( #269 )
...
Crawl only capped recursion depth, not breadth per level. A link-heavy page
(pagination, faceted search) drives fetch count toward branching^depth with no
ceiling: a depth-3 crawl of a page linking 40 fresh urls issued 1641 real
fetches.
Cap total fetches at a page budget via an atomic counter in an OnRequest hook
that aborts once exceeded, and add a Truncated flag on CrawlResult so callers
can tell a run was cut short.
2026-07-22 12:35:18 -07:00
..
2026-06-22 22:25:39 -07:00
2026-07-02 12:55:34 -07:00
2026-06-25 18:19:17 -07:00
2026-06-22 17:48:45 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 20:20:36 -07:00
2026-06-22 16:47:58 -07:00
2026-06-22 17:41:28 -07:00
2026-06-22 18:21:19 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 18:18:09 -07:00
2026-06-22 22:25:39 -07:00
2026-07-22 12:35:18 -07:00
2026-06-09 18:11:38 -07:00
2026-07-22 12:35:18 -07:00
2026-06-22 20:26:19 -07:00
2026-06-22 22:25:39 -07:00
2026-06-10 14:47:17 -07:00
2026-06-22 22:25:39 -07:00
2026-06-25 18:19:17 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 17:43:30 -07:00
2026-06-22 22:25:39 -07:00
2026-06-08 18:30:48 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 22:10:46 -07:00
2026-06-22 18:21:02 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 16:48:17 -07:00
2026-06-22 22:25:39 -07:00
2026-06-25 18:19:17 -07:00
2026-06-22 17:32:58 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 16:48:23 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 22:25:39 -07:00
2026-06-10 14:47:17 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 16:47:52 -07:00
2026-06-22 22:25:39 -07:00
2026-06-08 18:53:06 -07:00
2026-06-10 14:47:17 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 16:48:11 -07:00
2026-06-22 22:25:39 -07:00
2026-02-17 13:38:07 +01:00
2026-06-22 22:25:39 -07:00
2026-06-08 18:30:48 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 20:26:19 -07:00
2026-06-22 20:26:19 -07:00
2026-06-08 18:30:48 -07:00
2026-06-22 22:25:39 -07:00
2026-06-22 18:20:54 -07:00
2026-06-22 20:15:47 -07:00
2026-06-22 22:25:39 -07:00
2026-06-25 18:19:17 -07:00
2026-06-22 18:21:09 -07:00
2026-06-22 22:25:39 -07:00