Made the queue processing interval configurable by means of a new setting: OCR_QUEUE_PROCESSING_INTERVAL

This commit is contained in:
Roberto Rosario
2011-04-23 05:38:59 -04:00
parent ad9858bc17
commit ebdcede59f
3 changed files with 6 additions and 1 deletions

View File

@@ -230,6 +230,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
#OCR_REPLICATION_DELAY = 10
#OCR_AUTOMATIC_OCR = False
#OCR_PDFTOTEXT_PATH = u'/usr/bin/pdftotext'
#OCR_QUEUE_PROCESSING_INTERVAL = 10 # In seconds
# Permissions
#ROLES_DEFAULT_ROLES = []