From c78d564ad7d7577c43b32ab9627db34b6bfe36d8 Mon Sep 17 00:00:00 2001 From: "Rory&::Emma" Date: Sat, 8 Jun 2024 22:39:12 +0000 Subject: Server updates --- host/Rory-nginx/services/postgres.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/Rory-nginx/services/postgres.nix') 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"; -- cgit 1.4.1