From 5f371e92648d2d840fe72ae70fcfe52d086c2397 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 27 Apr 2017 07:37:52 -0700 Subject: [PATCH] Fix typo --- Running-Mastodon/PgBouncer-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-Mastodon/PgBouncer-guide.md b/Running-Mastodon/PgBouncer-guide.md index c8efc954..aacf9457 100644 --- a/Running-Mastodon/PgBouncer-guide.md +++ b/Running-Mastodon/PgBouncer-guide.md @@ -1,7 +1,7 @@ PgBouncer Guide ==== -The following guide explains how to use [PgBouncer](https://pgbouncer.github.io/) as an efficient database pooler on top of Postgres. For a bit of background, you might read ["Scaling Mastodon"](https://medium.com/@Gargron/scaling-mastodon-1becde463090) which briefly describes this approach. +The following guide explains how to use [PgBouncer](https://pgbouncer.github.io/) as an efficient connection pooler on top of Postgres. For a bit of background, you might read ["Scaling Mastodon"](https://medium.com/@Gargron/scaling-mastodon-1becde463090) which briefly describes this approach. Why you might need PgBouncer ----