mirror of https://github.com/waku-org/nwaku.git
chore(networking): lower dhigh to limit amplification factor (#2168)
This commit is contained in:
parent
282c2e8107
commit
f0f69b3235
|
@ -72,7 +72,7 @@ const GossipsubParameters = GossipSubParams(
|
|||
|
||||
d: 6,
|
||||
dLow: 4,
|
||||
dHigh: 12,
|
||||
dHigh: 8,
|
||||
dScore: 6,
|
||||
dOut: 3,
|
||||
dLazy: 6,
|
||||
|
|
Loading…
Reference in New Issue