We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GossipSub
mesh_n
1 parent 878c2b0 commit 2a26637Copy full SHA for 2a26637
sequencer/src/bin/orchestrator.rs
@@ -67,7 +67,11 @@ struct Args {
67
68
/// The number of nodes a Libp2p node should try to maintain
69
/// a connection with at one time.
70
- #[arg(long, env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N", default_value = "4")]
+ #[arg(
71
+ long,
72
+ env = "ESPRESSO_ORCHESTRATOR_LIBP2P_MESH_N",
73
+ default_value = "20"
74
+ )]
75
libp2p_mesh_n: usize,
76
77
/// Seed to use for generating node keys.
0 commit comments