Increase the number of reconciler goroutines
Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
parent
ebd7ba5e70
commit
1bb99dee1a
@ -136,6 +136,7 @@ func Register(name string, mgr ctrl.Manager, setup injectorSetup, sources []caDa
|
||||
resourceName: setup.resourceName,
|
||||
injector: setup.injector,
|
||||
},
|
||||
MaxConcurrentReconciles: 5,
|
||||
})
|
||||
if err != nil {
|
||||
return nil, errors.WithStack(err)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user