Skip to content

Commit

Permalink
Refactor/tomcat and hikaripool (#140)
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

* refactor: tomcat thread 200
  • Loading branch information
minsang-alt authored Nov 18, 2024
1 parent 3083bd7 commit 7795fe0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ spring:
enabled: true
server:
tomcat:
max-threads: 100
min-spare-threads: 100
max-threads: 200
min-spare-threads: 200

hikari:
# 풀 사이즈 설정
Expand Down

0 comments on commit 7795fe0

Please sign in to comment.