Until we can fix it properly, changing the max number of files to 500. Hopefully the task will finish in less than 5 minutes.

This commit is contained in:
Rebecca Law
2019-03-18 13:13:05 +00:00
parent 71c1e2e1be
commit be9daf3454

View File

@@ -133,7 +133,7 @@ class Config(object):
MAX_VERIFY_CODE_COUNT = 10
MAX_LETTER_PDF_ZIP_FILESIZE = 500 * 1024 * 1024 # 500mb
MAX_LETTER_PDF_COUNT_PER_ZIP = 2500
MAX_LETTER_PDF_COUNT_PER_ZIP = 500
CHECK_PROXY_HEADER = False