increase OpportunisticGraftThreshold to 5

This commit is contained in:
vyzo 2020-05-21 14:38:11 +03:00
parent 24cebb8b2f
commit d597c3fb0d

View File

@ -156,7 +156,7 @@ func GossipSub(mctx helpers.MetricsCtx, lc fx.Lifecycle, host host.Host, nn dtyp
PublishThreshold: -1000,
GraylistThreshold: -2500,
AcceptPXThreshold: 1000,
OpportunisticGraftThreshold: 2.5,
OpportunisticGraftThreshold: 5,
},
),
}