From ed31e757392d1f8a907250b19c64b59451c440db Mon Sep 17 00:00:00 2001 From: Mathias Hall-Andersen Date: Fri, 7 Jul 2017 13:47:09 +0200 Subject: Fixed cookie reply processing bug --- src/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/constants.go') diff --git a/src/constants.go b/src/constants.go index 053ba4f..6fbb7a0 100644 --- a/src/constants.go +++ b/src/constants.go @@ -12,7 +12,7 @@ const ( RejectAfterTime = time.Second * 180 RejectAfterMessages = (1 << 64) - (1 << 4) - 1 KeepaliveTimeout = time.Second * 10 - CookieRefreshTime = time.Second * 2 + CookieRefreshTime = time.Minute * 2 MaxHandshakeAttemptTime = time.Second * 90 ) -- cgit v1.2.3