diff options
Diffstat (limited to 'web/share/js/tools.js')
-rw-r--r-- | web/share/js/tools.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/tools.js b/web/share/js/tools.js index 8c83b181..240fdc29 100644 --- a/web/share/js/tools.js +++ b/web/share/js/tools.js @@ -36,7 +36,7 @@ var tools = new function() { http.setRequestHeader("Content-Type", content_type); } http.onreadystatechange = callback; - http.timeout = 5000; + http.timeout = 15000; http.send(body); return http; }; |