The minimum amount of time to consider the previous round to have taken.
std::chrono::milliseconds avMIN_CONSENSUS_TIME = 5s;
The minimum amount of time to consider the previous round to have taken. This ensures that there is an opportunity for a round at each avalanche threshold even if the previous consensus was very fast. This should be at least twice the interval between proposals (0.7s) divided by the interval between mid and late consensus ([85-50]/100).