diff options
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 5713531..6a6d962 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -567,7 +567,7 @@ function refresh() { console.error(e); } } - setTimeout(refresh, 1000); + setTimeout(refresh, 3000); }; var onError = function(resp, textStatus, errorThrown) { var msg = $.trim(resp.responseText); @@ -576,7 +576,7 @@ function refresh() { if (IsAdmin && window.console) { console.error(resp, textStatus, errorThrown); } - setTimeout(refresh, 4000); + setTimeout(refresh, 1000); }; $.ajax({ |
