Skip to main content

set_max_decompressed_size_bytes

Function set_max_decompressed_size_bytes 

Source
pub fn set_max_decompressed_size_bytes(size: usize)
Expand description

Override the global decompressed payload size cap. Must be called before any sources start.

ยงPanics

Panics if called more than once, as the global cap may only be initialized a single time.