]> source.dussan.org Git - rspamd.git/commitdiff
[WebUI] Be more generous with AJAX timeout 1376/head
authorAndrew Lewis <nerf@judo.za.org>
Thu, 26 Jan 2017 14:18:01 +0000 (16:18 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Thu, 26 Jan 2017 14:18:01 +0000 (16:18 +0200)
interface/js/rspamd.js

index ff34d3948577186b1dd612a3530f9a333a89334a..b3aede6ca834ca0230a7df61c7b7715b017c940a 100644 (file)
         }
 
         $.ajaxSetup({
-            timeout: 1000,
+            timeout: 2000,
             jsonp: false
         })
         connectRSPAMD();