Reduce the number of files sent to the zip-and-send-letter-pdfs

The ftp application is struggling, running out of CPU. This is attempt to help with that.
This commit is contained in:
Rebecca Law
2019-03-15 15:46:09 +00:00
parent 6f4b415426
commit 94e0b8b4eb

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 = 5000
MAX_LETTER_PDF_COUNT_PER_ZIP = 2500
CHECK_PROXY_HEADER = False