summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/feedlist.js b/feedlist.js
index ddbcd6c0e..d1bb7f9a7 100644
--- a/feedlist.js
+++ b/feedlist.js
@@ -630,9 +630,6 @@ function request_counters() {
var date = new Date();
var timestamp = Math.round(date.getTime() / 1000);
-// if (getInitParam("sync_counters") == "1" ||
-// timestamp - counters_last_request > 10) {
-
if (timestamp - counters_last_request > 15) {
console.log("scheduling request of counters...");
window.setTimeout("request_counters_real()", 1000);