From bacf3aada5f73c289aa37113f2776ac3340995d4 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Mon, 11 Apr 2022 20:13:25 -0500 Subject: Add some more notes about SQLite and Redis backends --- docs/user_guide/backends.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/user_guide/backends.md b/docs/user_guide/backends.md index b0461b9..2740af1 100644 --- a/docs/user_guide/backends.md +++ b/docs/user_guide/backends.md @@ -13,9 +13,8 @@ The default backend is SQLite, since it's simple to use, requires no extra depen configuration, and has the best all-around performance for the majority of use cases. ```{note} -In the rare case that SQLite is not available -(for example, [on Heroku](https://devcenter.heroku.com/articles/sqlite3)), a non-persistent -in-memory cache is used by default. +In environments where SQLite is explicitly disabled, a non-persistent in-memory cache is used by +default. ``` ## Backend Dependencies -- cgit v1.2.1