mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-01-09 10:19:58 +01:00
Lower reauth interval
This commit is contained in:
parent
765fa761f7
commit
1ea0400d8d
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue