update default port and interval

This commit is contained in:
Matt Drollette
2015-03-16 21:34:50 -05:00
parent 50d86fbbf3
commit 9ed476b7d6

View File

@@ -47,7 +47,7 @@ func NewReseedCommand() cli.Command {
}, },
cli.StringFlag{ cli.StringFlag{
Name: "port", Name: "port",
Value: "8080", Value: "8443",
Usage: "Port to listen on", Usage: "Port to listen on",
}, },
cli.IntFlag{ cli.IntFlag{
@@ -62,7 +62,7 @@ func NewReseedCommand() cli.Command {
}, },
cli.StringFlag{ cli.StringFlag{
Name: "interval", Name: "interval",
Value: "12h", Value: "24h",
Usage: "Duration between SU3 cache rebuilds (ex. 12h, 15m)", Usage: "Duration between SU3 cache rebuilds (ex. 12h, 15m)",
}, },
cli.StringFlag{ cli.StringFlag{