dendrite: Reduce max open connections
This commit is contained in:
parent
7ed141d52e
commit
f9c318a042
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ let
|
||||||
|
|
||||||
database = {
|
database = {
|
||||||
connection_string = "postgresql:///dendrite?host=/run/postgresql";
|
connection_string = "postgresql:///dendrite?host=/run/postgresql";
|
||||||
max_open_conns = 100;
|
max_open_conns = 90;
|
||||||
max_idle_conns = 5;
|
max_idle_conns = 5;
|
||||||
conn_max_lifetime = -1;
|
conn_max_lifetime = -1;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue