We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29032c4 commit fb858e2Copy full SHA for fb858e2
pkg/controller/rediscluster/controller.go
@@ -29,7 +29,7 @@ import (
29
30
// ReconcileTime is the delay between reconciliations
31
const ReconcileTime = 60 * time.Second
32
-const MaxConcurrentReconciles = 2
+const MaxConcurrentReconciles = 4
33
34
var log = logf.Log.WithName("controller_rediscluster")
35
0 commit comments