diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-01 17:05:53 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-11-01 17:05:53 -0400 |
| commit | 1f1378031e0f643011e22942ed6005d4000d015d (patch) | |
| tree | 252b4b8a059127335b60acf1dc611e427a2283d2 /static/js/pichat.js | |
| parent | 12dda08addf3bb7d61e07a592827b8bc8156a587 (diff) | |
sostler prod commit
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({ |
