Correct use of keepalive

modules
Jean-Louis Huynen 2019-02-04 09:51:58 +01:00
parent 82c2487b26
commit 5b706207d1
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ var (
}
tmpct, _ = time.ParseDuration("5mn")
tmpcka, _ = time.ParseDuration("2h")
tmpcka, _ = time.ParseDuration("30s")
tmpretry, _ = time.ParseDuration("30s")
confdir = flag.String("c", "", "configuration directory")