Skip to main content

WORKER_FLUSH_CAP_PER_TICK

Constant WORKER_FLUSH_CAP_PER_TICK 

Source
pub const WORKER_FLUSH_CAP_PER_TICK: usize = 256;
Expand description

Maximum events drained from the coalescer per flush tick. Prevents unbounded processing in a single select iteration.