Constant tower_batch_control::service::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.