From a598370dde80604280f1a9708f8427902f376209 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 24 Jun 2008 08:43:20 +0100 Subject: add low bandwidth mode (less automatic requests in the background) --- feedlist.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index 1cd784524..5ae604493 100644 --- a/feedlist.js +++ b/feedlist.js @@ -537,6 +537,8 @@ function request_counters() { try { + if (getInitParam("bw_limit") == "1") return; + var date = new Date(); var timestamp = Math.round(date.getTime() / 1000); -- cgit v1.2.3