Skip to main content

MAX_VEC_SIZE

Constant MAX_VEC_SIZE 

Source
pub const MAX_VEC_SIZE: usize = 10_485_760;
Expand description

Maximum allowed vec size in bytes (10MB). Calling serialize() or deserialiaze() will fail beyond this limit.