aboutsummaryrefslogtreecommitdiffstats
path: root/interface
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2017-01-26 16:18:01 +0200
committerAndrew Lewis <nerf@judo.za.org>2017-01-26 16:18:01 +0200
commitdb95b158d9b4fbedac5d3244c4dbfe18099e4bfb (patch)
tree7df64f158651f8deafb9840f9e37da914286c730 /interface
parent21c76d8b17abe7794612c96575e9b5a2ae816d48 (diff)
downloadrspamd-db95b158d9b4fbedac5d3244c4dbfe18099e4bfb.tar.gz
rspamd-db95b158d9b4fbedac5d3244c4dbfe18099e4bfb.zip
[WebUI] Be more generous with AJAX timeout
Diffstat (limited to 'interface')
-rw-r--r--interface/js/rspamd.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/interface/js/rspamd.js b/interface/js/rspamd.js
index ff34d3948..b3aede6ca 100644
--- a/interface/js/rspamd.js
+++ b/interface/js/rspamd.js
@@ -1530,7 +1530,7 @@
}
$.ajaxSetup({
- timeout: 1000,
+ timeout: 2000,
jsonp: false
})
connectRSPAMD();