const MAX_BUF_LIST_BUFFERS: usize = 16;
Expand description
The maximum number of distinct Buf
s to hold in a list before requiring
a flush. Only affects when the buffer strategy is to queue buffers.
Note that a flush can happen before reaching the maximum. This simply forces a flush if the queue gets this big.