postgres: bump max connections count

This commit is contained in:
Pierre Bourdon 2024-06-24 21:00:46 +02:00
parent cb6e5b1652
commit 2ed6f92ed8
Signed by: delroth
GPG key ID: 6FB80DCD84DA0F1C

View file

@ -43,6 +43,10 @@ in {
authentication = ''
local hydra all ident map=hydra-users
'';
settings = {
max_connections = 500;
};
};
};
}