Skip to main content

BASE_READ_AHEAD_SIZE

Constant BASE_READ_AHEAD_SIZE 

Source
pub const BASE_READ_AHEAD_SIZE: u64 = _; // 32_768u64
Expand description

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.