Skip to content

Commit 2a26637

Browse files
authored
Update default GossipSub mesh_n (#1882)
update default `mesh_n`
1 parent 878c2b0 commit 2a26637

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sequencer/src/bin/orchestrator.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,11 @@ struct Args {
6767

6868
/// The number of nodes a Libp2p node should try to maintain
6969
/// a connection with at one time.
70-
#[arg(long, env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N", default_value = "4")]
70+
#[arg(
71+
long,
72+
env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N",
73+
default_value = "20"
74+
)]
7175
libp2p_mesh_n: usize,
7276

7377
/// Seed to use for generating node keys.

0 commit comments

Comments
 (0)