Skip to main content

SENDFILE_CHUNK_SIZE

Constant SENDFILE_CHUNK_SIZE 

Source
pub const SENDFILE_CHUNK_SIZE: u64 = _; // 2_097_152u64
Expand description

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.