Skip to content

Commit 69526d6

Browse files
fix: Update free tier to 3 connections per bouncer (#52)
1 parent e97b8b0 commit 69526d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/pgbouncer/tiers.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[[tiers]]
22
name = "0"
3-
max_connections = 1
3+
max_connections = 3
44
[[tiers]]
55
name = "1"
66
max_connections = 3

0 commit comments

Comments
 (0)