From 69526d6d7ba9097da556d2c35319821f88b057cd Mon Sep 17 00:00:00 2001 From: Felipe Gonzalez Date: Thu, 12 Sep 2024 21:14:06 -0300 Subject: [PATCH] fix: Update free tier to 3 connections per bouncer (#52) --- bootstrap/pgbouncer/tiers.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/pgbouncer/tiers.toml b/bootstrap/pgbouncer/tiers.toml index c7ac8e5..5cd1bb0 100644 --- a/bootstrap/pgbouncer/tiers.toml +++ b/bootstrap/pgbouncer/tiers.toml @@ -1,6 +1,6 @@ [[tiers]] name = "0" -max_connections = 1 +max_connections = 3 [[tiers]] name = "1" max_connections = 3