Skip to main content

PAGE_SIZE

Constant PAGE_SIZE 

Source
pub const PAGE_SIZE: usize = _; // 16_384usize
Expand description

Engine page size — the production buffer is always a multiple of this. Matches storage::engine::PAGE_SIZE.