From e15512d9e2f5fb52034bb596d54d19e33116a3c6 Mon Sep 17 00:00:00 2001 From: Junhyeong Kim Date: Thu, 11 Apr 2024 11:50:32 +0900 Subject: [PATCH] fix: adjust max thread and pool size (#264) --- src/main/resources/application.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index 4a40f3e2..46f814e8 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -7,7 +7,7 @@ spring: datasource: driver-class-name: com.mysql.cj.jdbc.Driver hikari: - maximum-pool-size: 24 + maximum-pool-size: 65 jpa: properties: hibernate: @@ -21,7 +21,7 @@ spring: server: tomcat: threads: - max: 16 + max: 32 servlet: session: timeout: 7200 # 2시간