MAX_BODY_LEN

Constant MAX_BODY_LEN 

Source
pub const MAX_BODY_LEN: u32 = _; // 20_971_520u32
Expand description

Maximum allowed body length per frame. Memcached’s default item_size_max is 1 MiB; we allow up to 20 MiB to be generous while still preventing multi-gigabyte allocations from a single malicious or buggy frame.