We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d260a5e + 3e472b5 commit 152cde2Copy full SHA for 152cde2
cf-application/src/main/resources/application.yml
@@ -76,6 +76,7 @@ spring:
76
77
hikari:
78
minimum-idle: ${DB_MIN_IDLE:5}
79
+ # on peak load there can be a lot of connections and this should be able to handle it
80
maximum-pool-size: ${DB_MAX_POOL_SIZE:100}
81
idle-timeout: ${DB_IDLE_TIMEOUT:30000}
82
schema: ${DB_SCHEMA:lob_service}
0 commit comments