Skip to content

Commit

Permalink
Disable flood publish
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Nov 9, 2023
1 parent 441fc16 commit fd36bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions beacon_node/lighthouse_network/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ pub fn gossipsub_config(
.gossip_lazy(load.gossip_lazy)
.fanout_ttl(Duration::from_secs(60))
.history_length(12)
.flood_publish(false)
.max_messages_per_rpc(Some(500)) // Responses to IWANT can be quite large
.history_gossip(load.history_gossip)
.validate_messages() // require validation before propagation
Expand Down

0 comments on commit fd36bf5

Please sign in to comment.