chore(networking): lower dhigh to limit amplification factor (#2168)

This commit is contained in:
Alvaro Revuelta 2023-10-30 16:17:39 +01:00 committed by GitHub
parent 282c2e8107
commit f0f69b3235
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -72,7 +72,7 @@ const GossipsubParameters = GossipSubParams(
d: 6,
dLow: 4,
dHigh: 12,
dHigh: 8,
dScore: 6,
dOut: 3,
dLazy: 6,