Skip to content

Commit

Permalink
fix: adjust max thread and pool size (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeryboy authored Apr 11, 2024
1 parent 1644ddb commit e15512d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,7 +21,7 @@ spring:
server:
tomcat:
threads:
max: 16
max: 32
servlet:
session:
timeout: 7200 # 2시간
Expand Down

0 comments on commit e15512d

Please sign in to comment.