pub const WHOLE_FILE_MAX_SIZE: usize = _; // 67_108_864usizeExpand description
Maximum file size for the whole-file categorizer path. Files above this threshold use FastCDC chunking even when a categorizer claims them, enabling rayon parallelism across chunks. The categorizer’s codec is still used per-chunk when possible.