From 1ea0400d8de5ee97ce04e26b602f8feb66039d64 Mon Sep 17 00:00:00 2001 From: Nonoo Date: Mon, 26 Oct 2020 11:33:42 +0100 Subject: [PATCH] Lower reauth interval --- controlstream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controlstream.go b/controlstream.go index 5e317f2..91925c2 100644 --- a/controlstream.go +++ b/controlstream.go @@ -234,7 +234,7 @@ func (s *controlStream) loop() { s.reauthTimeoutTimer = time.NewTimer(0) <-s.reauthTimeoutTimer.C - reauthTicker := time.NewTicker(30 * time.Second) + reauthTicker := time.NewTicker(25 * time.Second) statusLogTicker := time.NewTicker(3 * time.Second) for {