pub const MAX_BATCH_PATHS: usize = 10_000;Expand description
Cap on how many distinct paths can be debounced into a single batch before the watcher forces a drain. Prevents pathological build-output storms from delaying delivery beyond a reasonable bound.