From 53ec119bff6c263a3d23906994a0b338fbd433f9 Mon Sep 17 00:00:00 2001 From: rainbow <161724280@qq.com> Date: Wed, 25 Jan 2023 20:15:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tomcat=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=86=99=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 5ccd817..b567b5f 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,10 +2,11 @@ server: tomcat: uri-encoding: UTF-8 - max-threads: 1000 - min-spare-threads: 30 + threads: + max: 1000 + min-spare: 30 + connection-timeout: 5000ms port: 8080 - connection-timeout: 5000ms servlet: context-path: /renren-fast -- Gitee