Commit a92eba7b authored by Mike Danese's avatar Mike Danese

bump the gke-cert-controller wokers to match it's qps

parent 91396667
...@@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error { ...@@ -87,6 +87,6 @@ func Run(s *GKECertificatesController) error {
} }
sharedInformers.Start(nil) sharedInformers.Start(nil)
controller.Run(1, nil) // runs forever controller.Run(5, nil) // runs forever
return nil panic("unreachable")
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment