pub const MIN_BLOCK_SIZE: usize = _; // 65_536usizeExpand 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.