From: Andrew Lewis Date: Thu, 26 Jan 2017 14:18:01 +0000 (+0200) Subject: [WebUI] Be more generous with AJAX timeout X-Git-Tag: 1.5.0~244^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1376%2Fhead;p=thirdparty%2Frspamd.git [WebUI] Be more generous with AJAX timeout --- diff --git a/interface/js/rspamd.js b/interface/js/rspamd.js index ff34d39485..b3aede6ca8 100644 --- a/interface/js/rspamd.js +++ b/interface/js/rspamd.js @@ -1530,7 +1530,7 @@ } $.ajaxSetup({ - timeout: 1000, + timeout: 2000, jsonp: false }) connectRSPAMD();