# HG changeset patch # User Brian Neal # Date 1388797865 21600 # Node ID a5a83971574b345c0dcf6b78d20df18855b825a8 # Parent ad53d929281aac5ea2d2b321910d3ae2537a719b Oops, wasn't supposed to commit this flag set to False. Undo. diff -r ad53d929281a -r a5a83971574b sg101/settings/base.py --- a/sg101/settings/base.py Fri Jan 03 19:01:18 2014 -0600 +++ b/sg101/settings/base.py Fri Jan 03 19:11:05 2014 -0600 @@ -301,7 +301,7 @@ # If this flag is False, the queued_search queue will not be processed. This is # useful when we are rebuilding the search index. -SEARCH_QUEUE_ENABLED = False +SEARCH_QUEUE_ENABLED = True ####################################################################### # Asynchronous settings (queues, queued_search, redis, celery, etc)