Skip to content

Commit

Permalink
Merge pull request #779 from woowacourse-teams/refactor/#777
Browse files Browse the repository at this point in the history
커넥션 풀 10개, 스레드 풀 200개로 변경
  • Loading branch information
hoyeonyy authored Oct 24, 2024
2 parents 725f3f0 + 3415802 commit b8897b7
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 b8897b7

Please sign in to comment.