postgres: bump max connections count
This commit is contained in:
parent
cb6e5b1652
commit
2ed6f92ed8
|
@ -43,6 +43,10 @@ in {
|
||||||
authentication = ''
|
authentication = ''
|
||||||
local hydra all ident map=hydra-users
|
local hydra all ident map=hydra-users
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
settings = {
|
||||||
|
max_connections = 500;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue