Increase AJAX timeout until we make a proper fix

This commit is contained in:
Clement 2018-10-11 11:31:36 -07:00
parent 91df342ae9
commit d79a47eac3

View file

@ -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,