We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c8ca commit 50d7359Copy full SHA for 50d7359
celery_haystack/conf.py
@@ -25,7 +25,7 @@ class CeleryHaystack(AppConf):
25
COMMAND_BATCH_SIZE = None
26
#: The max age of items used by the CeleryHaystackUpdateIndex task
27
COMMAND_AGE = None
28
- #: Wehther to remove items from the index that aren't in the DB anymore
+ #: Whether to remove items from the index that aren't in the DB anymore
29
COMMAND_REMOVE = False
30
#: The number of multiprocessing workers used by the CeleryHaystackUpdateIndex task
31
COMMAND_WORKERS = 0
0 commit comments