mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +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";
|
||||
|
||||
config = {
|
||||
max_connections = 40;
|
||||
};
|
||||
|
||||
ensureDatabases = [ "hydra" ];
|
||||
ensureExtensions = {
|
||||
"pg_trgm" = [ "hydra" ];
|
||||
|
|
Loading…
Reference in a new issue