# HG changeset patch # User Luke Hoersten # Date 1667797804 21600 # Node ID 4be395f0d1273642fc0c91b2992b3d419477b3f5 # Parent 252069788104e0d82dc53ce80d8951fe3f33be85 Reduced number of open connections for dendrite due to startup error. diff -r 252069788104 -r 4be395f0d127 dendrite/server/templates/dendrite.yaml.j2 --- a/dendrite/server/templates/dendrite.yaml.j2 Sun Nov 06 22:03:27 2022 -0600 +++ b/dendrite/server/templates/dendrite.yaml.j2 Sun Nov 06 23:10:04 2022 -0600 @@ -38,7 +38,7 @@ # you must configure the "database" block for each component instead. database: connection_string: postgresql://{{dendrite_db_user}}:{{dendrite_db_pass}}@localhost/{{dendrite_db}}?sslmode=disable - max_open_conns: 100 + max_open_conns: 90 max_idle_conns: 5 conn_max_lifetime: -1