1 2 3 4
//! Block storage constants. /// Default block size in bytes (128KB). pub const DEFAULT_BLOCK_SIZE: usize = 128 * 1024;