mirror of
https://github.com/codex-storage/nim-libp2p.git
synced 2025-02-03 06:34:02 +00:00
better opportunistic grafting score (when score is disabled) (#389)
This commit is contained in:
parent
853238a215
commit
0f2435f551
@ -177,7 +177,7 @@ proc init*(_: type[GossipSubParams]): GossipSubParams =
|
||||
gossipThreshold: -10,
|
||||
publishThreshold: -100,
|
||||
graylistThreshold: -10000,
|
||||
opportunisticGraftThreshold: 1,
|
||||
opportunisticGraftThreshold: 0,
|
||||
decayInterval: 1.seconds,
|
||||
decayToZero: 0.01,
|
||||
retainScore: 10.seconds,
|
||||
|
Loading…
x
Reference in New Issue
Block a user