Skip to main content

BROTLI_BUFFER_SIZE

Constant BROTLI_BUFFER_SIZE 

Source
const BROTLI_BUFFER_SIZE: usize = 4096;
Expand description

Buffer size used for brotli’s streaming reader/writer, matching the 4 KiB chunks flate2 uses internally.