Skip to content

Commit

Permalink
fix: Update free tier to 3 connections per bouncer (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzalezzfelipe authored Sep 13, 2024
1 parent e97b8b0 commit 69526d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/pgbouncer/tiers.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[tiers]]
name = "0"
max_connections = 1
max_connections = 3
[[tiers]]
name = "1"
max_connections = 3
Expand Down

0 comments on commit 69526d6

Please sign in to comment.