Skip to main content

MIN_BLOCK_SIZE

Constant MIN_BLOCK_SIZE 

Source
pub const MIN_BLOCK_SIZE: usize = _; // 65_536usize
Expand description

Minimum file block size in bytes.

Only the last file block can be smaller than that number.

Having min. size helps read metadata at the start of the file with a single lookup into the preimage store.