Browse Source

Increase xhr timeout when downloading docs

Thibaut 11 years ago
parent
commit
bc2937b307
1 changed files with 1 additions and 0 deletions
  1. 1 0
      assets/javascripts/models/doc.coffee

+ 1 - 0
assets/javascripts/models/doc.coffee

@@ -107,6 +107,7 @@ class app.models.Doc extends app.Model
       url: @dbUrl()
       success: success
       error: error
+      timeout: 3600
     return
 
   uninstall: (onSuccess, onError) ->