Constant rocket::response::DEFAULT_CHUNK_SIZE
source ยท pub const DEFAULT_CHUNK_SIZE: u64 = 4096;
Expand description
The default size, in bytes, of a chunk for streamed responses.
pub const DEFAULT_CHUNK_SIZE: u64 = 4096;
The default size, in bytes, of a chunk for streamed responses.