File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ import (
4141// on cache only a single go routine should be sufficient. Using more than
4242// one routines to help high rate churn and larger nodes groups restarting
4343// when the controller has to be restarted for various reasons.
44- const MaxNodeConcurrentReconciles = 3
44+ const MaxNodeConcurrentReconciles = 7
4545
4646// NodeReconciler reconciles a Node object
4747type NodeReconciler struct {
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ type PodReconciler struct {
5656
5757var (
5858 PodRequeueRequest = ctrl.Result {Requeue : true , RequeueAfter : time .Second }
59- MaxPodConcurrentReconciles = 4
59+ MaxPodConcurrentReconciles = 10
6060)
6161
6262// Reconcile handles create/update/delete event by delegating the request to the handler
You can’t perform that action at this time.
0 commit comments