Skip to content

Commit 7177356

Browse files
committed
increase reconcile concurrency
1 parent c87d613 commit 7177356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -187,13 +187,13 @@ func InitFlags(fs *pflag.FlagSet) {
187187

188188
fs.IntVar(&azureClusterConcurrency,
189189
"azurecluster-concurrency",
190-
10,
190+
20,
191191
"Number of AzureClusters to process simultaneously",
192192
)
193193

194194
fs.IntVar(&azureMachineConcurrency,
195195
"azuremachine-concurrency",
196-
10,
196+
20,
197197
"Number of AzureMachines to process simultaneously",
198198
)
199199

0 commit comments

Comments
 (0)