diff options
author | Rory&::Emma <root@rory.gay> | 2024-06-08 22:39:12 +0000 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-07-04 14:45:02 +0200 |
commit | c78d564ad7d7577c43b32ab9627db34b6bfe36d8 (patch) | |
tree | 9548483f2fb81367b2d7e0d004e09a381aecdaee /host/Rory-nginx/services/postgres.nix | |
parent | WSL changes (diff) | |
download | Rory-Open-Architecture-c78d564ad7d7577c43b32ab9627db34b6bfe36d8.tar.xz |
Server updates
Diffstat (limited to 'host/Rory-nginx/services/postgres.nix')
-rwxr-xr-x | host/Rory-nginx/services/postgres.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/Rory-nginx/services/postgres.nix b/host/Rory-nginx/services/postgres.nix index 7ac3619..ac3b228 100755 --- a/host/Rory-nginx/services/postgres.nix +++ b/host/Rory-nginx/services/postgres.nix @@ -24,7 +24,7 @@ dataDir = "/mnt/postgres/data"; settings = { # https://pgconfigurator.cybertec.at/ - max_connections = 250; + max_connections = 2500; superuser_reserved_connections = 3; shared_buffers = "32565MB"; |