pub(crate) const MAX_BLOCK_COUNT_INCREMENT: u64 = 5;
Maximum number of blocks the consensus block count can advance in a single consensus item to limit the work done in one process_consensus_item step.
process_consensus_item