Skip to content

Commit

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

* refactor: tomcat thread 최소개수도 50

* refactor: tomcat thread 최소개수도 100

* refactor: tomcat thread 최소개수도 100
  • Loading branch information
minsang-alt authored Nov 18, 2024
1 parent 699fad2 commit 3083bd7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ spring:
enabled: true
server:
tomcat:
max-threads: 50
min-spare-threads: 50
max-threads: 100
min-spare-threads: 100

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

0 comments on commit 3083bd7

Please sign in to comment.