MAX_PARALLEL_TOOLS_CEILING

Constant MAX_PARALLEL_TOOLS_CEILING 

Source
pub const MAX_PARALLEL_TOOLS_CEILING: usize = 20;
Expand description

Hard ceiling on max_parallel_tools accepted from external callers.

20 concurrent tools per iteration is far beyond any practical need and prevents thread-pool saturation from crafted requests.