Skip to content

Commit 93002c3

Browse files
fix: Scale down DB pool size #1587
1 parent 3f2905c commit 93002c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/src/main/resources/application-prod.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hibernate.connection.username=user
1414
hibernate.connection.password=pwd
1515
hibernate.multi-tenancy=SCHEMA
1616
# hikari
17-
hibernate.hikari.maximumPoolSize=10
17+
hibernate.hikari.maximumPoolSize=5
1818

1919

2020
# TENANT Configuration

backend/src/main/resources/application-staging.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ hibernate.connection.username=user
1111
hibernate.connection.password=pwd
1212
hibernate.multi-tenancy=SCHEMA
1313
# hikari
14-
hibernate.hikari.maximumPoolSize=3
14+
hibernate.hikari.maximumPoolSize=2
1515

1616

1717
# TENANT Configuration

0 commit comments

Comments
 (0)