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.

Was 1 — a fan-out that ran one item at a time, which is a loop with extra syntax. Four is concurrent enough to be worth writing foreach for and low enough not to stampede an MCP server that never asked for the traffic.