feat: Increase max file upload size from 10 MB to 20 MB.
TNL-8412
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user