Move fifo creation to client

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2016-02-03 13:56:15 -08:00
parent f5fdc548e8
commit 36eb83cb99
14 changed files with 305 additions and 313 deletions

View File

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