logo
pub const MAX_CHUNK_SIZE_IN_BYTES: usize = 1024 * 1024 + 10 * 1024; // 0x0000_0000_0010_2800usize
Expand description

Maximum allowed size for a serialised Chunk to grow to.