Skip to content

Commit

Permalink
Merge pull request metal3-io#1073 from Nordix/lentzi90/m3m-concurrency
Browse files Browse the repository at this point in the history
🐛 Set M3M concurrency to 1 and add warning
  • Loading branch information
metal3-io-bot committed Jun 30, 2023
2 parents 52f5134 + f7413ec commit ea7bb58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ func initFlags(fs *pflag.FlagSet) {
"The address the health endpoint binds to.",
)

fs.IntVar(&metal3MachineConcurrency, "metal3machine-concurrency", 10,
"Number of metal3machines to process simultaneously")
fs.IntVar(&metal3MachineConcurrency, "metal3machine-concurrency", 1,
"Number of metal3machines to process simultaneously. WARNING! Currently not safe to set > 1.")

fs.IntVar(&metal3ClusterConcurrency, "metal3cluster-concurrency", 10,
"Number of metal3clusters to process simultaneously")
Expand Down

0 comments on commit ea7bb58

Please sign in to comment.