Increase keepalive duration to 55s
This commit is contained in:
parent
fe2988bb38
commit
521aad7db5
2 changed files with 3 additions and 3 deletions
|
@ -8,7 +8,7 @@ import (
|
|||
const (
|
||||
DefaultListenHTTP = ":80"
|
||||
DefaultCacheDuration = 12 * time.Hour
|
||||
DefaultKeepaliveInterval = 30 * time.Second
|
||||
DefaultKeepaliveInterval = 55 * time.Second // Not too frequently to save battery
|
||||
DefaultManagerInterval = time.Minute
|
||||
DefaultAtSenderInterval = 10 * time.Second
|
||||
DefaultMinDelay = 10 * time.Second
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue