pub const MAX_VEC_SIZE: usize = 4000000; // 4_000_000usize
Expand description

Maximum size, in bytes, of a vector we are allowed to decode.