Variable ConsensusConfig.quorum_shuffle_interval

The maximum number of blocks before a quorum shuffle takes place. Note that a shuffle may occur before the cycle ends if the active validator set changes (new enrollments, expired enrollments..)

struct ConsensusConfig
{
  // ...
  uint quorum_shuffle_interval = 30u;
  // ...
}