pub const LITE_HASH_DEFAULT_THRESHOLD: u64 = _; // 131_072u64Expand description
Default file-size threshold for lite (head+tail) hashing (128 KiB). Files smaller than this get a full BLAKE3 hash; larger files use a head+tail 4 KiB sample for fast change detection.