Skip to content
Snippets Groups Projects
Unverified Commit 50d73598 authored by Justin Caratzas's avatar Justin Caratzas
Browse files

fix comment typo

parent 2f9c8ca2
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ class CeleryHaystack(AppConf): ...@@ -25,7 +25,7 @@ class CeleryHaystack(AppConf):
COMMAND_BATCH_SIZE = None COMMAND_BATCH_SIZE = None
#: The max age of items used by the CeleryHaystackUpdateIndex task #: The max age of items used by the CeleryHaystackUpdateIndex task
COMMAND_AGE = None COMMAND_AGE = None
#: 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
COMMAND_REMOVE = False COMMAND_REMOVE = False
#: The number of multiprocessing workers used by the CeleryHaystackUpdateIndex task #: The number of multiprocessing workers used by the CeleryHaystackUpdateIndex task
COMMAND_WORKERS = 0 COMMAND_WORKERS = 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment