src.nth.io/

summaryrefslogtreecommitdiff
path: root/dendrite
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-11-06 23:10:04 -0600
committerLuke Hoersten <[email protected]>2022-11-06 23:10:04 -0600
commitd510281ef023e4fea532f1ec2c7792c91bf5a583 (patch)
treee5238206d683240116543ca9ffe918f17c6e0328 /dendrite
parent3cf3889b92cf553ade47f51d0130d69e67e7f992 (diff)
Reduced number of open connections for dendrite due to startup error.
Diffstat (limited to 'dendrite')
-rw-r--r--dendrite/server/templates/dendrite.yaml.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/dendrite/server/templates/dendrite.yaml.j2 b/dendrite/server/templates/dendrite.yaml.j2
index 2f25775..daecfb2 100644
--- a/dendrite/server/templates/dendrite.yaml.j2
+++ b/dendrite/server/templates/dendrite.yaml.j2
@@ -38,7 +38,7 @@ global:
# 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