mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Merge pull request #14189 from Atlante45/fix/archive-timeout
Increase content archive upload timeout
This commit is contained in:
commit
154414e42e
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ $(document).ready(function(){
|
|||
$.ajax({
|
||||
url: '/content/upload',
|
||||
type: 'POST',
|
||||
timeout: 3600000, // Set timeout to 1h
|
||||
cache: false,
|
||||
processData: false,
|
||||
contentType: false,
|
||||
|
|
Loading…
Reference in a new issue