pub fn set_active_max_decompressed_bytes(cap: Option<usize>)Expand description
Set the process-wide decompression cap. Boot reads
[transcripts] max_decompressed_bytes and calls this; tests flip
mid-process to exercise both branches.
v0.7.x (issue #1192) — delegates to
crate::runtime_context::RuntimeContext::global; the storage
lives on RuntimeContext::max_decompressed_bytes.