Limit dendrite connections
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user