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
+1 -1
View File
@@ -51,7 +51,7 @@ var (
// if PrivilegeAllowPorts is not nil, tcp proxies which remote port exist in this map can be connected
PrivilegeAllowPorts map[int64]struct{}
MaxPoolCount int64 = 100
HeartBeatTimeout int64 = 90
HeartBeatTimeout int64 = 30
UserConnTimeout int64 = 10
VhostHttpMuxer *vhost.HttpMuxer