Commit 977d6b04a745ecdf22e97a494197b52ad86cf87a
1 parent
e03b5a08
set time out to 1 day for dropzone
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
web/CXM_dropzone.anubis
| ... | ... | @@ -30,6 +30,7 @@ public define HTML_Partial_Content |
| 30 | 30 | Dropzone.options." + to_Camel_case(dropzone_form_id) + " = { |
| 31 | 31 | dictDefaultMessage : \"" + dict_default_message + "\", |
| 32 | 32 | dictFileTooBig : \"" + dict_file_too_big + "\", |
| 33 | + timeout : 864000, | |
| 33 | 34 | paramName : \"" + param_name + "\","+ |
| 34 | 35 | (if init = "" then "" else " |
| 35 | 36 | init: "+init)+" | ... | ... |