update default value of heartbeat_interval and heartbeat_timeout

This commit is contained in:
fatedier
2017-01-04 23:09:28 +08:00
parent 043ab62587
commit c80dcd050d
4 changed files with 10 additions and 11 deletions

View File

@@ -22,11 +22,10 @@ auth_token = 123
# for privilege mode
privilege_token = 12345678
# [optional] heartbeat conf
# heartbeat_interval default value is 20, heartbeat_timeout default value is 90
heartbeat_interval = 20
heartbeat_timeout = 90
# heartbeat configure, it's not recommended to modify the default value
# the default value of heartbeat_interval is 10 and heartbeat_timeout is 30
# heartbeat_interval = 10
# heartbeat_timeout = 30
# ssh is the proxy name same as server's configuration
[ssh]

View File

@@ -30,9 +30,9 @@ log_max_days = 3
privilege_mode = true
privilege_token = 12345678
# [optional]heartbeat conf
# heartbeat_timeout default value is 90
heartbeat_timeout = 90
# heartbeat configure, it's not recommended to modify the default value
# the default value of heartbeat_timeout is 30
# heartbeat_timeout = 30
# only allow frpc to bind ports you list, if you set nothing, there won't be any limit
privilege_allow_ports = 2000-3000,3001,3003,4000-50000