We recommend using PgBouncer with `session` pool mode instead. You can use the[bundled
PgBouncer](../postgresql/pgbouncer.md) or use an external PgBouncer and [configure it
We recommend using PgBouncer with `session` pool mode instead. You can use the
[bundled PgBouncer](../postgresql/pgbouncer.md) or use an external PgBouncer and [configure it
manually](https://www.pgbouncer.org/config.html).
The following example uses the bundled PgBouncer and sets up two separate connection pools,
...
...
@@ -475,8 +475,8 @@ On the **Praefect** node:
1.[Introduced](https://gitlab.com/groups/gitlab-org/-/epics/2013) in GitLab 13.1 and later, enable [distribution of reads](index.md#distributed-reads).
1. Save the changes to `/etc/gitlab/gitlab.rb` and[reconfigure