MAX_TOOL_TIMEOUT_MS_CEILING

Constant MAX_TOOL_TIMEOUT_MS_CEILING 

Source
pub const MAX_TOOL_TIMEOUT_MS_CEILING: u64 = 60_000;
Expand description

Hard ceiling on tool_timeout_ms accepted from external callers (60 s).

Prevents a crafted request from holding server connections open indefinitely via slow or stalled tool calls.