Skip to content

Commit

Permalink
Increase maximum pool size in Hikari configuration (#148)
Browse files Browse the repository at this point in the history
The committed change increases the maximum pool size in the Hikari database connection-pool configuration. This adjustment is made from 50 to 75 to improve the application's ability to handle multiple database connections concurrently.
  • Loading branch information
whitesoup12 authored Dec 24, 2023
1 parent 5062bb3 commit 357c01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remote-falcon-api/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spring:
datasource:
url: jdbc:${DATABASE_URL}
hikari:
maximum-pool-size: 50
maximum-pool-size: 75

management:
endpoints:
Expand Down

0 comments on commit 357c01b

Please sign in to comment.