pub const MAX_CHUNK_SIZE: usize = raw::MAX_CHUNK_SIZE; // 4_096usize
Expand description
Maximum chunk size supported.
The chunk size controls how big chunks of data is read and written from/to flash. A low value reduces the memory usage of EKV at the expense of more reads/writes.
Default: 4096