From fcc679174929f52a06e7c7526c839d50a425a9e8 Mon Sep 17 00:00:00 2001 From: gaoxq <376340421@qq.com> Date: Sun, 21 Dec 2025 22:54:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=BE=85=E5=8A=9E=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web-api/src/main/resources/config/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 5d6173d4..c8e5fb4f 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -43,6 +43,8 @@ server: min-spare: 10 connection-timeout: 600000 max-swallow-size: -1 + async-timeout: 600000 + keep-alive-timeout: 600000 # 当 Nginx 为 https,tomcat 为 http 时,设置该选项为 true schemeHttps: false