Skip to main content

MAX_INPUT_LEN

Constant MAX_INPUT_LEN 

Source
pub const MAX_INPUT_LEN: usize = _; // 2_147_483_647usize
Expand description

Maximum byte size of a JSON document this parser will accept. Bounded by our packed-offset representation in Event.