mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Increase Hydra PSQL max connections again?
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
7d489de077
commit
473777560f
|
@ -26,7 +26,7 @@ makeSystem {
|
|||
authentication = "host all all all md5";
|
||||
|
||||
config = {
|
||||
max_connections = 40;
|
||||
max_connections = 100;
|
||||
};
|
||||
|
||||
ensureDatabases = [ "hydra" ];
|
||||
|
|
Loading…
Reference in a new issue