From 1f1378031e0f643011e22942ed6005d4000d015d Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Mon, 1 Nov 2010 17:05:53 -0400 Subject: sostler prod commit --- static/js/pichat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'static/js/pichat.js') 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({ -- cgit v1.2.3-70-g09d2