pub const DEFAULT_MAX_FILE_BYTES: u64 = _; // 2_097_152u64Expand description
Default per-file size ceiling, in bytes.
Files larger than this are skipped: they are almost always generated tables or vendored blobs, and pairing every fragment of a multi-megabyte file dominates the candidate budget.