Increase Hydra PSQL max connections again?

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 15:56:47 +02:00
parent 7d489de077
commit 473777560f
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 = 40;
max_connections = 100;
};
ensureDatabases = [ "hydra" ];