pub const SMALL_FILE_THRESHOLD: u64 = _; // 65_536u64
File size boundary for copy strategy selection (64 KiB). Files smaller than this use sendfile; larger files use io_uring pipeline.