feat: Increase max file upload size from 10 MB to 20 MB.

TNL-8412
This commit is contained in:
Julia Eskew
2021-06-22 10:58:41 -04:00
committed by Julia Eskew
parent 336e4dc7c9
commit 1748992468

View File

@@ -1753,7 +1753,7 @@ DATA_UPLOAD_MAX_NUMBER_FIELDS = None
UPLOAD_CHUNK_SIZE_IN_MB = 10
### Max size of asset uploads to GridFS
MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB = 10
MAX_ASSET_UPLOAD_FILE_SIZE_IN_MB = 20
# FAQ url to direct users to if they upload
# a file that exceeds the above size