From adcd97de8f06dd98bfa705b9149d3f96bc7e0538 Mon Sep 17 00:00:00 2001 From: wxl <727869402@qq.com> Date: Thu, 2 Jan 2025 19:33:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9B=86=E6=88=90websocket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7fc1768..38f7519 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -63,7 +63,7 @@ tio: websocket: server: port: 9326 - heartbeat-timeout: 60000 + heartbeat-timeout: 6000 # 集群配置 默认关闭 cluster: enabled: false