Variable ConsensusConfig.payout_period

How frequent the payments to Validators will be in blocks

struct ConsensusConfig
{
  // ...
  uint payout_period = 144u;
  // ...
}