Constant cfx_parameters::light::CATCH_UP_EPOCH_LAG_THRESHOLD
source · pub const CATCH_UP_EPOCH_LAG_THRESHOLD: u64 = 3;
Expand description
The threshold controlling whether a node is in catch-up mode.
A node is in catch-up mode if its local best epoch number is
CATCH_UP_EPOCH_LAG_THRESHOLD
behind the median of the epoch
numbers of peers.