pub const MAX_PAGES: usize = 50;Expand description
Hard cap on pages walked per host: 25 000 repos at DEFAULT_PAGE_LIMIT,
i.e. ~25 000× today’s network. Hitting it means something went wrong (a
cursor loop, a wrong collection) — the run is recorded as truncated, so the
number reads as “at least N”.