Skip to main content

MAX_REQUEST_BYTES_CAP

Constant MAX_REQUEST_BYTES_CAP 

Source
pub const MAX_REQUEST_BYTES_CAP: usize = _; // 536_870_912usize
Expand description

Upper bound on max_request_bytes (512 MiB). A single request body should never legitimately need more; lifting this defeats the sandbox payload guard and lets one request pin half a GB of RAM.