Skip to main content

SCRIPT_TOOL_MAX_OPERATIONS

Constant SCRIPT_TOOL_MAX_OPERATIONS 

Source
pub const SCRIPT_TOOL_MAX_OPERATIONS: u64 = 500_000;
Expand description

Maximum wall-clock a single script tool call may run. Enforced via the Rhai operation limit already set on the engine; this constant documents intent for the (blocking) host wrapper.