Raise PostgreSQL connection maximum

Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
magic_rb 2023-10-23 13:49:59 +02:00
parent 671aff30e4
commit da76d251f0
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -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" ];