Skip to content

Commit

Permalink
Merge pull request #1137 from navikt/hikari-max-lifetime
Browse files Browse the repository at this point in the history
Øker max lifetime på en connection til 15 minutter for å unngå warnin…
  • Loading branch information
charliemidtlyng authored Jun 24, 2024
2 parents c63a681 + 8276c0b commit da7c7fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/application-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spring:
hikari:
maximum-pool-size: 5
connection-test-query: "select 1"
max-lifetime: 30000
max-lifetime: 900000
minimum-idle: 1

familie:
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spring:
hikari:
maximum-pool-size: 10
connection-test-query: "select 1"
max-lifetime: 30000
max-lifetime: 900000
minimum-idle: 1
logging:
config: "classpath:logback-spring.xml"
Expand Down

0 comments on commit da7c7fa

Please sign in to comment.