From 5b706207d1b1506c48fdc9264392954f8a79c087 Mon Sep 17 00:00:00 2001 From: Jean-Louis Huynen Date: Mon, 4 Feb 2019 09:51:58 +0100 Subject: [PATCH] Correct use of keepalive --- d4-goclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/d4-goclient.go b/d4-goclient.go index 0221b71..7ff307e 100644 --- a/d4-goclient.go +++ b/d4-goclient.go @@ -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")