Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
fix: pass the mergeTargetMaxConcurrentReconciles to the mergetarget m…
Browse files Browse the repository at this point in the history
…anager (#32)
  • Loading branch information
jonwinton authored Nov 13, 2023
1 parent cc402a2 commit 7399f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func main() { //nolint:funlen
Scheme: mgr.GetScheme(),
Recorder: recorder,
}).SetupWithManager(mgr, controller.Options{
MaxConcurrentReconciles: mergeSourceMaxConcurrentReconciles,
MaxConcurrentReconciles: mergeTargetMaxConcurrentReconciles,
}); err != nil {
setupLog.Error(err, "unable to create controller", "controller", "MergeTarget")
os.Exit(1)
Expand Down

0 comments on commit 7399f45

Please sign in to comment.