From faf89c5a9e9ca73b6567b0f309ddb0ef771b94b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=9D=BE?= <8605635+zhang3064194730@user.noreply.gitee.com> Date: Thu, 26 Dec 2024 18:08:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20tomcat=E7=BA=BF=E7=A8=8B=E6=95=B0?= =?UTF-8?q?=E9=87=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f6355dbd..396bb479 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -8,8 +8,8 @@ server: uri-encoding: UTF-8 connection-timeout: 5000ms threads: - max: 1000 - min-spare: 30 + max: 1600 + min-spare: 50 port: 8100 servlet: context-path: /czg