PrevUpHomeNext

AV_MIN_CONSENSUS_TIME

The minimum amount of time to consider the previous round to have taken.

Synopsis
auto constexpr AV_MIN_CONSENSUS_TIME = 5s;
Description

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).

Header

#include <ripple/consensus/LedgerTiming.h>


PrevUpHomeNext