Skip to content

Commit

Permalink
chore: lower dhigh to limit amplification factor
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-ramos committed Oct 30, 2023
1 parent db222a2 commit d693e49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waku/v2/protocol/relay/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d693e49

Please sign in to comment.