mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 07:35:07 +00:00
(1)新增心跳检测发送间隔和超时时间的配置
This commit is contained in:
@@ -6,7 +6,9 @@ log_file = ./frpc.log
|
||||
# debug, info, warn, error
|
||||
log_level = info
|
||||
# file, console
|
||||
log_way = file
|
||||
log_way = console
|
||||
# 心跳检测时间间隔,单位秒,默认为2
|
||||
heartbeat_interval = 2
|
||||
|
||||
# test1即为name
|
||||
[test1]
|
||||
|
@@ -6,7 +6,9 @@ log_file = ./frps.log
|
||||
# debug, info, warn, error
|
||||
log_level = info
|
||||
# file, console
|
||||
log_way = file
|
||||
log_way = console
|
||||
# 心跳检测超时时间,单位秒,默认为30
|
||||
heartbeat_timeout = 30
|
||||
|
||||
# test1即为name
|
||||
[test1]
|
||||
|
Reference in New Issue
Block a user