DEFAULT_MAX_BUFFER_CAPACITY

Constant DEFAULT_MAX_BUFFER_CAPACITY 

Source
pub const DEFAULT_MAX_BUFFER_CAPACITY: usize = _; // 8_388_607usize
Expand description

The default buffer capacity for the JsonStream. This is the maximum amount of bytes that will be buffered before the stream is terminated, by default.