Skip to main content

DEFAULT_FAN_OUT

Constant DEFAULT_FAN_OUT 

Source
pub const DEFAULT_FAN_OUT: u64 = 4;
Expand description

Lanes a foreach/batch uses when the definition does not say.

Four: concurrent enough to be worth writing foreach for rather than a loop, and low enough not to stampede an MCP server that never asked for the traffic. A definition that knows better sets its own, up to MAX_BATCH_PARALLEL.