logo
pub const MIN_CHUNK_SIZE: usize = 1024;
Expand description

The minimum size (before compression) of an individual chunk of the file, defined as 1kB.