From 815cbeede97c2e47195fc3e2ee4b2ddce891e253 Mon Sep 17 00:00:00 2001 From: Ilan Steemers Date: Sun, 6 Sep 2015 16:21:58 +0200 Subject: [PATCH] docs: defaults queue_limit to workers squared. --- docs/configure.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/configure.rst b/docs/configure.rst index a2bdeac..423af59 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -90,10 +90,9 @@ Effectively making everything synchronous. Useful for testing. Defaults to ``Fal queue_limit ~~~~~~~~~~~ -This does not limit the amount of tasks that can be queued overall on Redis, but rather how many tasks are kept in memory by a single cluster. +This does not limit the amount of tasks that can be queued on the broker, but rather how many tasks are kept in memory by a single cluster. Setting this to a reasonable number, can help balance the workload and the memory overhead of each individual cluster. -It can also be used to manage the loss of data in case of a cluster failure. -Defaults to ``None``, meaning no limit. +Defaults to ``workers**2``. label ~~~~~