Skip to main content

MAX_REQUEST_BODY_BYTES

Constant MAX_REQUEST_BODY_BYTES 

Source
pub const MAX_REQUEST_BODY_BYTES: usize = _; // 2_097_152usize
Expand description

Matches the actix payload limit the mock Suotar runs behind, so an oversized batch is refused here rather than 413’d at the far end.