mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-03-13 13:39:02 -05:00
Changed upload timeout from 30s to 2h
This commit is contained in:
@@ -5,6 +5,7 @@ var dropzoneObject;
|
||||
|
||||
Dropzone.options.uploaddropzone = {
|
||||
paramName: "file",
|
||||
timeout: 7200000,
|
||||
createImageThumbnails: false,
|
||||
success: function (file, response) {
|
||||
addRow(response)
|
||||
|
||||
@@ -70,7 +70,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script src="./js/admin.js?v=3"></script>
|
||||
<script src="./js/admin.js?v=4"></script>
|
||||
|
||||
|
||||
{{ template "footer" }}
|
||||
|
||||
Reference in New Issue
Block a user