Skip to main content

STATE_MAX

Constant STATE_MAX 

Source
pub const STATE_MAX: usize = 100_000;
Expand description

The maximum number of States a Machine can have. Set to 100,000 as a safety measure to prevent resource exhaustion. Likely much higher than MAX_DECOMPRESSED_SIZE allows for as-is.