Skip to content

Commit

Permalink
feat: increase default node count per machine to 40
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed Jan 17, 2024
1 parent e791c76 commit 8139afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
///
Expand Down

0 comments on commit 8139afb

Please sign in to comment.