Skip to content

Commit

Permalink
fix: hikari min 15, max 25
Browse files Browse the repository at this point in the history
  • Loading branch information
DongGeon0908 committed Aug 2, 2024
1 parent bbfc45f commit 5636f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/config/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ hero:
username:
password:
hikari:
minimum-idle: 10
maximum-pool-size: 15
minimum-idle: 15
maximum-pool-size: 25
max-lifetime: 600000
pool-name: hikaricp.hero.master
jpa:
Expand Down

0 comments on commit 5636f16

Please sign in to comment.