Skip to content

Commit e6cf33f

Browse files
authored
Merge pull request #637 from jichenjc/default-to-10
default concurrent reconcile from 1 to 10
2 parents 60f5a4c + 086f9dc commit e6cf33f

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)