5 lines
120 B
Python
5 lines
120 B
Python
from __future__ import unicode_literals
|
|
|
|
DO_OCR_RETRY_DELAY = 10
|
|
LOCK_EXPIRE = 60 * 10 # Adjust to worst case scenario
|