QUEUE_BATCH_LIMIT

Constant QUEUE_BATCH_LIMIT 

Source
pub const QUEUE_BATCH_LIMIT: usize = 64;
Expand description

The maximum number of batches in the queue.

This avoids having very large queues on machines with hundreds or thousands of cores.