Increase Hydra PSQL max connections MORE

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 16:10:01 +02:00
parent 473777560f
commit 34b331e87b
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -26,7 +26,7 @@ makeSystem {
authentication = "host all all all md5";
config = {
max_connections = 100;
max_connections = 1024;
};
ensureDatabases = [ "hydra" ];