Skip to content

Commit

Permalink
refactor : 커넥션 풀 최대 300으로 설정 (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
wjdwnsdnjs13 authored Sep 14, 2024
1 parent 361649f commit 6b3d730
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions infrastructure/src/main/resources/application-jpa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ spring:
username: ${DB_USERNAME}
password: ${DB_PASSWORD}
driver-class-name: com.mysql.cj.jdbc.Driver
hikari:
maximum-pool-size: 300

jpa:
database: mysql
Expand Down

0 comments on commit 6b3d730

Please sign in to comment.