From 5c8fb3d4e9c7d0f605db39a7a650ef15322e9379 Mon Sep 17 00:00:00 2001 From: kimhobeen Date: Fri, 20 Oct 2023 00:46:17 +0900 Subject: [PATCH] =?UTF-8?q?:memo:=20docs=20:=20thread=20100=EA=B0=9C,conne?= =?UTF-8?q?ction=2080=EA=B0=9C=20#559?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Server/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/src/main/resources/application.yml b/Server/src/main/resources/application.yml index 1a8a47bc..79849e58 100644 --- a/Server/src/main/resources/application.yml +++ b/Server/src/main/resources/application.yml @@ -71,8 +71,8 @@ jwt: server: tomcat: threads: - max: 80 - min-spare: 20 + max: 100 + min-spare: 100 max-connections: 8192 accept-count: 100 connection-timeout: 20000