Skip to content

Commit fb858e2

Browse files
committed
update MaxConcurrentReconciles from 2 to 4
1 parent 29032c4 commit fb858e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/controller/rediscluster/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
// ReconcileTime is the delay between reconciliations
3131
const ReconcileTime = 60 * time.Second
32-
const MaxConcurrentReconciles = 2
32+
const MaxConcurrentReconciles = 4
3333

3434
var log = logf.Log.WithName("controller_rediscluster")
3535

0 commit comments

Comments
 (0)