Update dropzone.js' timeout from 30 seconds to 120 to allow upload of large files on slow connections.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-08-07 22:52:24 -04:00
parent 3c304976f7
commit d567602d2a
2 changed files with 3 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
issue #489.
- Docker install script: Detect if Docker installed and provide help
text if not.
- Update dropzone.js' timeout from 30 seconds to 120 to allow upload
of large files on slow connections.
3.0.1 (2018-07-08)
=================

View File

@@ -55,6 +55,7 @@
dictResponseError: gettext('Server responded with {{statusCode}} code.'),
paramName: 'source-file',
previewTemplate: previewTemplate,
timeout: 1200000
});
{% endverbatim %}
});