pub const DEFAULT_MAX_DECOMPRESSED_SIZE_BYTES: usize = _; // 104_857_600usize
Default cap on the size of any decompressed payload.
Prevents a compressed “bomb” from causing unbounded memory growth.