summaryrefslogtreecommitdiff
path: root/feedlist.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-06-24 08:43:20 +0100
committerAndrew Dolgov <[email protected]>2008-06-24 08:43:20 +0100
commita598370dde80604280f1a9708f8427902f376209 (patch)
tree351e7617d5245abfc672c3fc0895c0e054ba232f /feedlist.js
parentd16d57ff2b8742c51516fefccc8495260d4738c7 (diff)
add low bandwidth mode (less automatic requests in the background)
Diffstat (limited to 'feedlist.js')
-rw-r--r--feedlist.js2
1 files changed, 2 insertions, 0 deletions
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);