We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c02454 commit e90b827Copy full SHA for e90b827
internal/flypg/pgbouncer.go
@@ -147,7 +147,7 @@ func (p *PGBouncer) setDefaults() {
147
"auth_file": fmt.Sprintf("%s/pgbouncer.auth", p.ConfigPath),
148
"admin_users": "postgres",
149
"user": "postgres",
150
- "pool_mode": "transaction",
+ "pool_mode": sessionPooler,
151
"min_pool_size": "5",
152
"reserve_pool_size": "5",
153
"reserve_pool_timeout": "3",
0 commit comments