Fix typo configure.rst

This commit is contained in:
Stan Triepels
2022-09-15 17:13:02 +02:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ For example, with the following code
# settings.py
Q_CLUSTER = {
'retry': 5
'retry': 5,
'workers': 4,
'orm': 'default',
}