fix(db): limit Hikari connection pool to prevent "too many clients already"
This commit is contained in:
parent
fea733f990
commit
8fa2845220
@ -24,6 +24,9 @@ spring:
|
|||||||
username: ${DB_USER:postgres}
|
username: ${DB_USER:postgres}
|
||||||
password: ${DB_PASSWORD:postgres}
|
password: ${DB_PASSWORD:postgres}
|
||||||
driver-class-name: org.postgresql.Driver
|
driver-class-name: org.postgresql.Driver
|
||||||
|
hikari:
|
||||||
|
maximum-pool-size: 20
|
||||||
|
minimum-idle: 5
|
||||||
|
|
||||||
jpa:
|
jpa:
|
||||||
hibernate:
|
hibernate:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user