Skip to content

Commit

Permalink
Update default GossipSub mesh_n (#1882)
Browse files Browse the repository at this point in the history
update default `mesh_n`
  • Loading branch information
rob-maron authored Aug 20, 2024
1 parent 878c2b0 commit 2a26637
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sequencer/src/bin/orchestrator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,11 @@ struct Args {

/// The number of nodes a Libp2p node should try to maintain
/// a connection with at one time.
#[arg(long, env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N", default_value = "4")]
#[arg(
long,
env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N",
default_value = "20"
)]
libp2p_mesh_n: usize,

/// Seed to use for generating node keys.
Expand Down

0 comments on commit 2a26637

Please sign in to comment.