postgres: increase max_connections
This commit is contained in:
parent
570e32ea1d
commit
adc99947bc
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@
|
|||
port = 5432;
|
||||
settings = {
|
||||
listen_addresses = lib.mkForce "*";
|
||||
max_connections = "300";
|
||||
shared_buffers = "80MB";
|
||||
};
|
||||
authentication = ''
|
||||
local all all trust
|
||||
|
|
Loading…
Reference in a new issue