Skip to content

Commit f7c6e40

Browse files
bump worker count to 10
1 parent 632325c commit f7c6e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sync/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
const (
1010
OperatorService = "deploy-operator"
1111
syncDelay = 5 * time.Second
12-
workerCount = 5
12+
workerCount = 10
1313
)
1414

1515
var (

0 commit comments

Comments
 (0)