Increase the number of reconciler goroutines

Signed-off-by: Richard Wall <richard.wall@jetstack.io>
This commit is contained in:
Richard Wall 2020-09-17 16:42:51 +01:00
parent ebd7ba5e70
commit 1bb99dee1a

View File

@ -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)