Update PDF file size limit to be less than the GMail SMTP size limit

This commit is contained in:
leigh-mil
2020-01-27 15:47:36 -05:00
parent dff9924c95
commit 0c408bccfd
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ from atst.utils.localization import translate
from flask import current_app as app
MAX_CLIN_AMOUNT = 1_000_000_000
FILE_SIZE_LIMIT = 64
FILE_SIZE_LIMIT = 25
def coerce_enum(enum_inst):