su3 RebuildInterval: 24h --> 90h, numRi per su3 file: 75 --> 77

This commit is contained in:
martin61
2016-01-30 19:13:31 +01:00
parent e66b97b460
commit 5f9e23cb41
4 changed files with 12 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ func NewReseedCommand() cli.Command {
},
cli.IntFlag{
Name: "numRi",
Value: 75,
Value: 77,
Usage: "Number of routerInfos to include in each su3 file",
},
cli.IntFlag{
@@ -63,7 +63,7 @@ func NewReseedCommand() cli.Command {
},
cli.StringFlag{
Name: "interval",
Value: "24h",
Value: "90h",
Usage: "Duration between SU3 cache rebuilds (ex. 12h, 15m)",
},
cli.StringFlag{