pub const SENDFILE_CHUNK_SIZE: u64 = _; // 2_097_152u64
Per-call chunk size for sendfile(2) in the copy-file helper (2 MiB). Prevents a single sendfile from monopolizing the kernel for too long.
sendfile(2)