Skip to main content

DEFAULT_LANE_CAPACITY

Constant DEFAULT_LANE_CAPACITY 

Source
pub const DEFAULT_LANE_CAPACITY: usize = 64;
Expand description

Frames a lane will hold before the writer is told to wait.

r[impl jetstream.lane.backpressure] The lane’s Sink reports pending once this many frames are undelivered, rather than buffering without bound.