pub const CYCLE_GUARD_ACTIVATE_GRAPHICS: usize = 150_000_000;Expand description
Cycle-guard activation floor for graphics-heavy bindings (pgf/tikz/xy).
These packages legitimately expand 100M+ tokens; this floor sits above the
heaviest measured healthy graphics doc (1805.03265 tikz-cd ~155M) so they
stay out of the per-token fingerprint regime, while remaining far below the
400M token_limit backstop. Raised — never lowered — per raise_cycle_guard_activate.