From 3988f1e2f648d2bd1429a7a19c8720a0a297f677 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Thu, 14 Feb 2019 18:34:13 +0100 Subject: [PATCH] Fix a typo in docs --- doc/admin/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/admin/config.rst b/doc/admin/config.rst index f1223d929..96473ad63 100644 --- a/doc/admin/config.rst +++ b/doc/admin/config.rst @@ -129,7 +129,7 @@ Database replica settings ------------------------- If you use a replicated database setup, pretix expects that the default database connection always points to the primary database node. -Routing read queries to a replica on databse layer is **strongly** discouraged since this can lead to inaccurate such as more tickets +Routing read queries to a replica on database layer is **strongly** discouraged since this can lead to inaccurate such as more tickets being sold than are actually available. However, pretix can still make use of a database replica to keep some expensive queries with that can tolerate some latency from your