From acbc43f5c37caa00d86e32bc9270bd5d5749f906 Mon Sep 17 00:00:00 2001 From: 42kko Date: Wed, 2 Apr 2025 00:14:51 +0900 Subject: [PATCH] =?UTF-8?q?=ED=86=B0=EC=BC=93=EC=8A=A4=EB=A0=88=EB=93=9C?= =?UTF-8?q?=EC=9D=98=20=EC=A0=95=EC=83=81=ED=99=94?= 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 52e2d08..215db37 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -49,9 +49,9 @@ server: context-path: / tomcat: threads: - max: 3000 + max: 500 max-connections: 10000 - accept-count: 1000 + accept-count: 3000 mbeanregistry: enabled: true connection-timeout: 60000