Skip to main content

MAX_STEPS

Constant MAX_STEPS 

Source
pub const MAX_STEPS: u32 = 100_000;
Expand description

Hard cap on the number of reduction steps performed by a single const_eval call. Checked on every step.