Skip to main content

PUSH_QUEUE_CAPACITY

Constant PUSH_QUEUE_CAPACITY 

Source
const PUSH_QUEUE_CAPACITY: usize = 1_000;
Expand description

Bounded channel capacity for pending push jobs. If the sender task falls behind, new jobs are dropped (best-effort delivery).