pub const BASE_READ_AHEAD_SIZE: u64 = _; // 32_768u64
The smallest read-ahead size. All other read-ahead sizes will be a multiple of this read-ahead size. Having this property allows for chunking metadata at this granularity.