Constant DEFAULT_MAX_BUFFER_SIZE

Source
const DEFAULT_MAX_BUFFER_SIZE: usize = _; // 16_777_216usize
Expand description

The stream buffer size is limited by this value. This can be overridden by setting the KARYON_MAX_BUFFER_SIZE environment variable at compile time.