From be9daf34549e83076ab95ab8550e9760a2caf222 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 18 Mar 2019 13:13:05 +0000 Subject: [PATCH] Until we can fix it properly, changing the max number of files to 500. Hopefully the task will finish in less than 5 minutes. --- app/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.py b/app/config.py index ffd59304f..240e264f7 100644 --- a/app/config.py +++ b/app/config.py @@ -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