Skip to content

Commit

Permalink
outbound min
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Oct 30, 2024
1 parent 4ac4841 commit 6464527
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sequencer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ where
libp2p_max_ihave_messages: opt.libp2p_max_ihave_messages,
libp2p_max_gossip_transmit_size: opt.libp2p_max_gossip_transmit_size,
libp2p_max_direct_transmit_size: opt.libp2p_max_direct_transmit_size,
libp2p_mesh_outbound_min: opt.libp2p_mesh_outbound_min,
libp2p_mesh_n: opt.libp2p_mesh_n,
libp2p_mesh_n_high: opt.libp2p_mesh_n_high,
libp2p_heartbeat_interval: opt.libp2p_heartbeat_interval,
Expand Down

0 comments on commit 6464527

Please sign in to comment.