From ddb8f8117fd43c4040dabc8e0855419640ad18f4 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Tue, 26 Jan 2016 22:49:29 +0100 Subject: [PATCH] docs: adds `poll` configuration option --- docs/configure.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/configure.rst b/docs/configure.rst index cb0183d..56453e5 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -303,6 +303,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``. +poll +~~~~ +Sets the queue polling interval for database brokers that don't have a blocking call. Defaults to 0.2 (seconds). +Currently only affects the ORM and MongoDB brokers. + cache ~~~~~ For some brokers, you will need to set up the Django `cache framework `__