From 88d25391af1ca6dba267cfadff1d6324a649f5e9 Mon Sep 17 00:00:00 2001 From: DeltaXrayDelta <53411520+DeltaXrayDelta@users.noreply.github.com> Date: Sat, 9 May 2020 01:29:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E6=8F=8F=E8=BF=B0=EF=BC=9A=E5=AE=A2=E6=88=B7=E7=AB=AF?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E8=B6=85=E6=97=B6=20disconnect=5Ftimeout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 新增配置文件描述:客户端连接超时 disconnect_timeout --- docs/server_config.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/server_config.md b/docs/server_config.md index eb7cd4e..f261321 100644 --- a/docs/server_config.md +++ b/docs/server_config.md @@ -21,3 +21,4 @@ p2p_ip| 服务端Ip,使用p2p模式必填 p2p_port|p2p模式开启的udp端口 pprof_ip|debug pprof 服务端ip pprof_port|debug pprof 端口 +disconnect_timeout|客户端连接超时,单位 5s,默认值 60,即 300s = 5mins