INTERMISSION_SLOTS

Constant INTERMISSION_SLOTS 

Source
pub const INTERMISSION_SLOTS: u64 = 500;
Expand description

The number of slots for breather between rounds. On Fogo (~40ms slots): 350 slots = ~14 seconds, 500 slots = ~20 seconds This gives enough time for the entropy seed to be revealed and for the UI to show the animation. Original Solana value was 35 slots (~14 seconds), scaled for Fogo’s 10x faster chain.