Update the run script

This commit is contained in:
Omar Abdulla
2025-09-02 19:39:26 +03:00
parent 762b45ffd1
commit b4118faa3d
4 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -408,7 +408,7 @@ where
#[derive(Clone, Debug, Parser, Serialize)]
pub struct ConcurrencyConfiguration {
/// Determines the amount of nodes that will be spawned for each chain.
#[clap(long = "concurrency.number-of-nodes")]
#[clap(long = "concurrency.number-of-nodes", default_value_t = 5)]
pub number_of_nodes: usize,
/// Determines the amount of tokio worker threads that will will be used.