summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-16 16:37:42 +0100
committerAndrew Dolgov <[email protected]>2009-01-16 16:37:42 +0100
commitbd090ab42e4856fd7839ae9f6a07e8c4a23c8c81 (patch)
treefa22d31b1761ab163b629869fc8b29dfd170b2b0 /feedlist.js
parentf55b0b12aa7961b4dcb52041963cd35d8fc0da53 (diff)
disable SYNC_COUNTERS option
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/feedlist.js b/feedlist.js
index d4adacb66..2b5b4f8d3 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -623,7 +623,7 @@ function request_counters() {
// if (getInitParam("sync_counters") == "1" ||
// timestamp - counters_last_request > 10) {
- if (timestamp - counters_last_request > 5) {
+ if (timestamp - counters_last_request > 10) {
debug("scheduling request of counters...");
window.setTimeout("request_counters_real()", 1000);
counters_last_request = timestamp;