Skip to content

Commit c8ae95f

Browse files
committed
fix: Scale down DB pool size for staging from 3 to 2 #1587
1 parent 10e2ae4 commit c8ae95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)