pub(crate) const ALLOW_EMPTY_BLOCK_PERIOD: u64 = 3;Expand description
ALLOW_EMPTY_BLOCK_PERIOD is a constant that is used to determine the
number of future views that we will allow building empty blocks for.
This value governs the ability for the Builder to prioritize finalizing transactions by producing empty blocks rather than avoiding the creation of them, following the proposal that contains transactions.