summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
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;