Activate the mempool after 2 tip syncer runs (#4501)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
This commit is contained in:
parent
49997621ea
commit
c2769dcc50
|
@ -31,7 +31,7 @@ impl RecentSyncLengths {
|
|||
/// * clearing temporary errors and temporary syncs quickly
|
||||
/// * distinguishing between temporary and sustained syncs/errors
|
||||
/// * activating the syncer shortly after reaching the chain tip
|
||||
pub const MAX_RECENT_LENGTHS: usize = 4;
|
||||
pub const MAX_RECENT_LENGTHS: usize = 2;
|
||||
|
||||
/// Create a new instance of [`RecentSyncLengths`]
|
||||
/// and a [`watch::Receiver`] endpoint for receiving recent sync lengths.
|
||||
|
|
Loading…
Reference in New Issue