all: change heartbeat interval time

This commit is contained in:
fatedier
2016-03-17 10:25:23 +08:00
Unverified
parent cdd79aee52
commit f130886f69
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ var (
LogFile string = "console"
LogWay string = "console" // console or file
LogLevel string = "info"
HeartBeatTimeout int64 = 30
HeartBeatTimeout int64 = 90
UserConnTimeout int64 = 10
)