Limit dendrite connections

This commit is contained in:
Greg Hellings
2024-02-26 16:12:11 +00:00
parent f02a9f1f05
commit 61d35cbc2a
+1 -1
View File
@@ -109,7 +109,7 @@ return 200 '${builtins.toJSON client}';
global = { global = {
database = { database = {
connection_string = conn; connection_string = conn;
max_open_conns = 90; max_open_conns = 25;
max_idle_conns = 5; max_idle_conns = 5;
conn_max_lifetime = -1; conn_max_lifetime = -1;
}; };