Skip to content

Commit

Permalink
Refactor/tomcat and hikaripool (#138)
Browse files Browse the repository at this point in the history
* refactor: tomcat thread 50 그리고 hikari pool 75

* refactor: tomcat thread 최소개수도 50
  • Loading branch information
minsang-alt authored Nov 18, 2024
1 parent 4b73aeb commit 699fad2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ spring:
server:
tomcat:
max-threads: 50
min-spare-threads: 25
min-spare-threads: 50

hikari:
# 풀 사이즈 설정
maximum-pool-size: 75
Expand Down

0 comments on commit 699fad2

Please sign in to comment.