Merge pull request #14189 from Atlante45/fix/archive-timeout

Increase content archive upload timeout
This commit is contained in:
Stephen Birarda 2018-10-22 09:40:57 -07:00 committed by GitHub
commit 154414e42e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,