mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Raise PostgreSQL connection maximum
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
671aff30e4
commit
da76d251f0
|
@ -25,6 +25,10 @@ makeSystem {
|
||||||
|
|
||||||
authentication = "host all all all md5";
|
authentication = "host all all all md5";
|
||||||
|
|
||||||
|
config = {
|
||||||
|
max_connections = 40;
|
||||||
|
};
|
||||||
|
|
||||||
ensureDatabases = [ "hydra" ];
|
ensureDatabases = [ "hydra" ];
|
||||||
ensureExtensions = {
|
ensureExtensions = {
|
||||||
"pg_trgm" = [ "hydra" ];
|
"pg_trgm" = [ "hydra" ];
|
||||||
|
|
Loading…
Reference in a new issue