Increase dropzone upload file size limit to 2GB
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -260,7 +260,7 @@
|
||||
The .queues.py module is now loaded automatically.
|
||||
* Allow setting the Docker user UID and GUID.
|
||||
* Add task path validation.
|
||||
|
||||
* Increase dropzone upload file size limit to 2GB.
|
||||
|
||||
3.1.11 (2019-04-XX)
|
||||
===================
|
||||
|
||||
@@ -570,6 +570,7 @@ Other changes
|
||||
The .queues.py module is now loaded automatically.
|
||||
* Allow setting the Docker user UID and GUID.
|
||||
* Add task path validation.
|
||||
* Increase dropzone upload file size limit to 2GB
|
||||
|
||||
|
||||
Removals
|
||||
|
||||
@@ -106,6 +106,7 @@
|
||||
dictFallbackText: messageFallbackText,
|
||||
dictRemoveFile: messageRemoveFile,
|
||||
dictResponseError: messageResponseError,
|
||||
maxFilesize: 2048,
|
||||
paramName: 'source-file',
|
||||
previewTemplate: previewTemplate,
|
||||
timeout: 1200000
|
||||
|
||||
Reference in New Issue
Block a user