From b5649e1a3332b4ffc4099a0ebd8cfec13e7dc6a5 Mon Sep 17 00:00:00 2001 From: lwch Date: Wed, 25 Aug 2021 11:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/client.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/client.yaml b/conf/client.yaml index 47e0d1d..9860424 100644 --- a/conf/client.yaml +++ b/conf/client.yaml @@ -3,8 +3,8 @@ server: 127.0.0.1:6154 # 服务器地址 secret: 0123456789 # 预共享密钥,必须与server端相同,否则握手失败 link: connections: 3 # 与server的连接数 - read_timeout: 5s # 读取数据包超时时间 - write_timeout: 5s # 发送数据包超时时间 + read_timeout: 1s # 读取数据包超时时间 + write_timeout: 1s # 发送数据包超时时间 log: dir: ./logs # 路径 size: 50M # 单个文件大小