From 8f0d685b703ef2368e7b265ba900e868bc91c32a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Fri, 19 Nov 2021 13:24:29 +0100 Subject: [PATCH] template: bump postgres max conns to 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We actually need 2 * 16 connections at minimum (one worker waits for two jobs). Let's bump the maximum connection count even moar. Signed-off-by: Ondřej Budai --- templates/composer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/composer.yml b/templates/composer.yml index b4c0497f0..8fd025618 100644 --- a/templates/composer.yml +++ b/templates/composer.yml @@ -233,7 +233,7 @@ parameters: value: "require" - description: postgres maximum connections per pod name: PGMAXCONNS - value: "10" + value: "20" - description: base sso url name: SSO_BASE_URL required: true