pub const CPU_TICK_LIMIT_MAX: u32 = 500;
Expand description

Maximum value of cpu::tick_limit, the amount of CPU time (in milliseconds) available this tick, including available time from the bucket (game::cpu::bucket)

Code reference