Skip to content

Commit

Permalink
Change MaxConcurrentReconciles from 5 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dodokek committed Oct 21, 2024
1 parent 94d7311 commit 30ea85c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,6 @@ func (r *ClusterReconciler) SetupWithManager(mgr ctrl.Manager) error {
}},
}
})).
WithOptions(controller.Options{MaxConcurrentReconciles: 5}).
WithOptions(controller.Options{MaxConcurrentReconciles: 1}).
Complete(r)
}

0 comments on commit 30ea85c

Please sign in to comment.