mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-02 05:41:57 -05:00
Merge pull request #2402 from alphagov/reduce-zip-file-further
Reduce number of files per zip file
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user