Lower reauth interval

This commit is contained in:
Nonoo 2020-10-26 11:33:42 +01:00
parent 765fa761f7
commit 1ea0400d8d

View file

@ -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 {