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.