1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dendrite_ynh.git synced 2024-09-03 18:25:58 +02:00

Fix maximum DB connections

This commit is contained in:
tituspijean 2022-10-24 23:17:46 +02:00
parent 7edab7c2eb
commit 202c889e1d
No known key found for this signature in database
GPG key ID: EF3B0D7CC0A94720

View file

@ -37,7 +37,7 @@ global:
# you must configure the "database" block for each component instead.
database:
connection_string: postgres://__DB_USER__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable
max_open_conns: 100
max_open_conns: 80
max_idle_conns: 5
conn_max_lifetime: -1