Skip to content

Commit 90ae19b

Browse files
committed
fix: Scale down DB pool size for prod from 10 to 5 #1587
1 parent 08b4ee5 commit 90ae19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)