Skip to main content

DEFAULT_MAX_DECOMPRESSED_SIZE_BYTES

Constant DEFAULT_MAX_DECOMPRESSED_SIZE_BYTES 

Source
pub const DEFAULT_MAX_DECOMPRESSED_SIZE_BYTES: usize = _; // 104_857_600usize
Expand description

Default cap on the size of any decompressed payload.

Prevents a compressed “bomb” from causing unbounded memory growth.