From 8139afb0b1a0550969538bc556e202580f47d64c Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Wed, 17 Jan 2024 08:54:50 +0100 Subject: [PATCH] feat: increase default node count per machine to 40 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 0acd5317..64051966 100644 --- a/src/main.rs +++ b/src/main.rs @@ -49,7 +49,7 @@ enum Commands { #[arg(short = 'n', long)] name: String, /// The number of safenode processes to run on each VM. - #[clap(long, default_value = "20")] + #[clap(long, default_value = "40")] node_count: u16, /// The number of node VMs to create. ///