Skip to main content

READ_BACK_CHUNKS_IN_FLIGHT

Constant READ_BACK_CHUNKS_IN_FLIGHT 

Source
const READ_BACK_CHUNKS_IN_FLIGHT: usize = 4;
Expand description

How many chunks may sit between the blocking read-back and the async task feeding the batch builder. Together with READ_BACK_CHUNK this bounds the handoff to a few thousand buffered updates.