Update configure.rst

This commit is contained in:
LJlkdskdjflsa
2022-09-01 12:08:41 +08:00
committed by GitHub
parent 85baaccd2c
commit 4d17cb965d

View File

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