From 21f0d20fe1245cc5197fcdc3bd9b2cfa175378aa Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 21 Nov 2023 09:28:44 -0600 Subject: [PATCH] Database: bump PG pool to 16 New AWS server is 4core/16GB --- config/database.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/database.yml b/config/database.yml index 41b0e9f11..376bbbf0a 100644 --- a/config/database.yml +++ b/config/database.yml @@ -30,7 +30,7 @@ test: production: # Puma is given a lot of threads - pool: 10 + pool: 16 adapter: postgresql encoding: utf8 reconnect: false