update default value of heartbeat_interval and heartbeat_timeout

This commit is contained in:
fatedier
2017-01-04 23:09:28 +08:00
Unverified
parent 043ab62587
commit c80dcd050d
4 changed files with 10 additions and 11 deletions
+2 -2
View File
@@ -33,8 +33,8 @@ var (
LogLevel string = "info"
LogMaxDays int64 = 3
PrivilegeToken string = ""
HeartBeatInterval int64 = 20
HeartBeatTimeout int64 = 90
HeartBeatInterval int64 = 10
HeartBeatTimeout int64 = 30
)
var ProxyClients map[string]*ProxyClient = make(map[string]*ProxyClient)