Skip to content

Commit

Permalink
fix: hikari pool leak by max-lifetime
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Jul 30, 2024
1 parent 5cfa2d2 commit 1a6b77a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ hero:
hikari:
minimum-idle: 10
maximum-pool-size: 15
max-lifetime: 900000
jpa:
properties:
hibernate.hbm2ddl.auto: none
Expand Down

0 comments on commit 1a6b77a

Please sign in to comment.