Skip to content

Commit

Permalink
DB 커넥션 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
jsangmin99 committed Sep 4, 2024
1 parent 9d9554b commit 8b7cc07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ spring:
maximum-pool-size: 20
minimum-idle: 10
leak-detection-threshold: 2000 # 누수 판별 기준값
tomcat:
max-active: 5
jpa:
database-platform: org.hibernate.dialect.MariaDBDialect
database: mysql
Expand Down

0 comments on commit 8b7cc07

Please sign in to comment.