postgres: increase max_connections

This commit is contained in:
notohh 2023-10-19 02:46:43 -04:00
parent 570e32ea1d
commit adc99947bc
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -11,6 +11,8 @@
port = 5432;
settings = {
listen_addresses = lib.mkForce "*";
max_connections = "300";
shared_buffers = "80MB";
};
authentication = ''
local all all trust