Skip to main content

SINK_CAPACITY

Constant SINK_CAPACITY 

Source
const SINK_CAPACITY: usize = 1024;
Expand description

Outbound queue capacity per multiplexer. Bounded so a stalled sidecar applies backpressure to the producer side instead of burning unbounded heap.