Increase resync-period default to 15 minutes
Signed-off-by: Grant Griffiths <grant@portworx.com>
This commit is contained in:
@@ -44,7 +44,7 @@ import (
|
||||
// Command line flags
|
||||
var (
|
||||
kubeconfig = flag.String("kubeconfig", "", "Absolute path to the kubeconfig file. Required only when running out of cluster.")
|
||||
resyncPeriod = flag.Duration("resync-period", 60*time.Second, "Resync interval of the controller.")
|
||||
resyncPeriod = flag.Duration("resync-period", 15*time.Minute, "Resync interval of the controller.")
|
||||
showVersion = flag.Bool("version", false, "Show version.")
|
||||
threads = flag.Int("worker-threads", 10, "Number of worker threads.")
|
||||
|
||||
|
Reference in New Issue
Block a user