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

@@ -14,10 +14,10 @@ func main() {
app := cli.NewApp()
app.Name = "i2p-tools"
app.Version = "0.1.1"
app.Version = "0.1.2"
app.Usage = "I2P tools and reseed server"
app.Author = "martin61"
app.Email = "na"
app.Email = "noemail"
app.Flags = []cli.Flag{}
app.Commands = []cli.Command{
cmd.NewReseedCommand(),