mirror of
https://github.com/nonoo/kappanhang.git
synced 2026-04-21 06:13:43 +00:00
Lower reauth interval
This commit is contained in:
parent
420061d193
commit
c0ee75d80d
1 changed files with 1 additions and 1 deletions
|
|
@ -228,7 +228,7 @@ func (s *controlStream) loop() {
|
|||
startTime := time.Now()
|
||||
|
||||
s.secondAuthTimer = time.NewTimer(200 * time.Millisecond)
|
||||
reauthTicker := time.NewTicker(60 * time.Second)
|
||||
reauthTicker := time.NewTicker(30 * time.Second)
|
||||
statusLogTicker := time.NewTicker(3 * time.Second)
|
||||
|
||||
for {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue