From 0e03601572d10a4b7b7571e7ef6e0d0ead7185dd Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 8 Sep 2015 18:20:42 +0200 Subject: [PATCH] docs: `cache` option --- docs/configure.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index 7e15784..4d2b6e9 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -222,6 +222,11 @@ Keep in mind however that settings this too high can degrade performance with mu Not supported by the default Redis broker. Defaults to 1. +cache +~~~~~ +For some brokers, you will need to set up the Django `cache framework `__ +to gather statistics for the monitor. You can indicate which cache to use by setting this value. Defaults to ``default``. + cpu_affinity ~~~~~~~~~~~~