Default metrics interval to 5m

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-03-01 11:22:08 -08:00
parent 7cbe3e759d
commit 319af0765b

View file

@ -33,7 +33,7 @@ var daemonFlags = []cli.Flag{
},
cli.DurationFlag{
Name: "metrics-interval",
Value: 120 * time.Second,
Value: 5 * time.Minute,
Usage: "interval for flushing metrics to the store",
},
cli.StringFlag{