mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-07 08:23:06 +00:00
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…
x
Reference in New Issue
Block a user