Skip to content

Commit

Permalink
Limit Hikari's connection lifetime and pool size
Browse files Browse the repository at this point in the history
  • Loading branch information
akobor committed Aug 17, 2020
1 parent 982b08c commit aeb3007
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ datasources:
password: ${DATABASE_PASSWORD}
driverClassName: 'org.postgresql.Driver'
schema: 'kuvasz'
maxLifetime: 100000
maximumPoolSize: 10
---
flyway:
datasources:
Expand Down

0 comments on commit aeb3007

Please sign in to comment.