From 4d17cb965de997d93140dbc7bc1df6e8100d7fae Mon Sep 17 00:00:00 2001 From: LJlkdskdjflsa <47474232+LJlkdskdjflsa@users.noreply.github.com> Date: Thu, 1 Sep 2022 12:08:41 +0800 Subject: [PATCH] Update configure.rst --- docs/configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configure.rst b/docs/configure.rst index 14dda2d..45b78f2 100644 --- a/docs/configure.rst +++ b/docs/configure.rst @@ -104,7 +104,7 @@ For example, with the following code # settings.py Q_CLUSTER = { - 'retry': 5 + 'retry': 5, 'workers': 4, 'orm': 'default', }