mirror of
https://github.com/overte-org/overte.git
synced 2025-07-04 16:09:23 +02:00
Increase AJAX timeout until we make a proper fix
This commit is contained in:
parent
91df342ae9
commit
d79a47eac3
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ $(document).ready(function(){
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '/content/upload',
|
url: '/content/upload',
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
|
timeout: 3600000, // Set timeout to 1h
|
||||||
cache: false,
|
cache: false,
|
||||||
processData: false,
|
processData: false,
|
||||||
contentType: false,
|
contentType: false,
|
||||||
|
|
Loading…
Reference in a new issue