Skip to content

Commit 152cde2

Browse files
committed
Merge branch 'main' into release/1.1.0
# Conflicts: # .github/workflows/build.yml # Dockerfile # Earthfile # build.gradle.kts # cf-application/src/main/resources/application.yml
2 parents d260a5e + 3e472b5 commit 152cde2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cf-application/src/main/resources/application.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ spring:
7676

7777
hikari:
7878
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
7980
maximum-pool-size: ${DB_MAX_POOL_SIZE:100}
8081
idle-timeout: ${DB_IDLE_TIMEOUT:30000}
8182
schema: ${DB_SCHEMA:lob_service}

0 commit comments

Comments
 (0)