mirror of https://github.com/status-im/go-waku.git
chore: lower dhigh to limit amplification factor (#850)
This commit is contained in:
parent
36beb9de75
commit
5dfbd98c74
|
@ -66,7 +66,7 @@ func (w *WakuRelay) defaultPubsubOptions() []pubsub.Option {
|
|||
cfg.GossipFactor = 0.25
|
||||
cfg.D = waku_proto.GossipSubOptimalFullMeshSize
|
||||
cfg.Dlo = 4
|
||||
cfg.Dhi = 12
|
||||
cfg.Dhi = 8
|
||||
cfg.Dout = 3
|
||||
cfg.Dlazy = waku_proto.GossipSubOptimalFullMeshSize
|
||||
cfg.HeartbeatInterval = time.Second
|
||||
|
|
Loading…
Reference in New Issue