You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/source/configuring.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3563,12 +3563,11 @@ development:
3563
3563
pool: 5
3564
3564
```
3565
3565
3566
-
By default ActiveRecorduses database features like prepared statements andadvisory locks. You might need to disable those featuresif you're using an external connection pooler like PgBouncer:
3566
+
By default ActiveRecorda database features called advisory locks. You might need to disable this featureif you're using an external connection pooler like PgBouncer:
0 commit comments