summary refs log tree commit diff
path: root/host/Rory-nginx/services/postgres.nix
diff options
context:
space:
mode:
authorRory&::Emma <root@rory.gay>2024-06-08 22:39:12 +0000
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commitc78d564ad7d7577c43b32ab9627db34b6bfe36d8 (patch)
tree9548483f2fb81367b2d7e0d004e09a381aecdaee /host/Rory-nginx/services/postgres.nix
parentWSL changes (diff)
downloadRory-Open-Architecture-c78d564ad7d7577c43b32ab9627db34b6bfe36d8.tar.xz
Server updates
Diffstat (limited to 'host/Rory-nginx/services/postgres.nix')
-rwxr-xr-xhost/Rory-nginx/services/postgres.nix2
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";