Skip to content

Commit e28e0f3

Browse files
authored
Merge pull request rails#55471 from AndrewJackson2020/update_pgbouncer_guidance
[Fix rails#55468] Update pgbouncer related docs
2 parents ac18a8b + 7c1c86b commit e28e0f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

guides/source/configuring.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,12 +3563,11 @@ development:
35633563
pool: 5
35643564
```
35653565

3566-
By default Active Record uses database features like prepared statements and advisory locks. You might need to disable those features if you're using an external connection pooler like PgBouncer:
3566+
By default Active Record a database features called advisory locks. You might need to disable this feature if you're using an external connection pooler like PgBouncer:
35673567
35683568
```yaml
35693569
production:
35703570
adapter: postgresql
3571-
prepared_statements: false
35723571
advisory_locks: false
35733572
```
35743573

0 commit comments

Comments
 (0)