chore: TCPKeepAlive interval set to 15s by default

This commit is contained in:
Larvan2
2023-09-03 20:42:54 +08:00
parent d6cf2a837f
commit 1d4af2d92b
3 changed files with 7 additions and 6 deletions

View File

@ -7,7 +7,7 @@ import (
"time"
)
var KeepAliveInterval time.Duration
var KeepAliveInterval = 15 * time.Second
func SplitNetworkType(s string) (string, string, error) {
var (