Skip to main content

MIN_CHUNK_SIZE

Constant MIN_CHUNK_SIZE 

Source
pub const MIN_CHUNK_SIZE: usize = 65536;
Expand description

Minimum chunk size for Merkle tree (64KB). Adaptive chunk_size scales up for large files.