Skip to main content

DEFAULT_MAX_STREAMS

Constant DEFAULT_MAX_STREAMS 

Source
pub const DEFAULT_MAX_STREAMS: usize = 16;
Expand description

Default maximum stream count. The executor’s typical concurrency is 1 deterministic stream + a small handful of join/scan helpers, so 16 leaves substantial headroom without burning device-state on idle streams.