Skip to content

Commit

Permalink
refactor: 커넥션 풀 10개, 스레드 풀 200개로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyeonyy committed Oct 24, 2024
1 parent 725f3f0 commit 3415802
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
maximum-pool-size: 20
maximum-pool-size: 10
jpa:
hibernate:
ddl-auto: update
Expand Down Expand Up @@ -49,4 +49,4 @@ server:
mbeanregistry:
enabled: true
threads:
max: 100
max: 200

0 comments on commit 3415802

Please sign in to comment.