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:
parent
7edab7c2eb
commit
202c889e1d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue