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 {
}
sharedInformers.Start(nil)
controller.Run(1, nil) // runs forever
return nil
controller.Run(5, nil) // runs forever
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