changeset 754:a5a83971574b

Oops, wasn't supposed to commit this flag set to False. Undo.
author Brian Neal <bgneal@gmail.com>
date Fri, 03 Jan 2014 19:11:05 -0600
parents ad53d929281a
children f97dd33ca52d
files sg101/settings/base.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)