Skip to content

Commit 086f9dc

Browse files
committed
default concurrent reconcile from 1 to 10
1 parent 60f5a4c commit 086f9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ func main() {
110110

111111
flag.IntVar(&openStackMachineConcurrency,
112112
"openstackmachine-concurrency",
113-
1,
113+
10,
114114
"Number of OpenStackMachines to process simultaneously",
115115
)
116116

0 commit comments

Comments
 (0)