From b39b57ac44280cb759c55e4062892340c82ff67f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 10 Nov 2010 16:27:56 +0300 Subject: localStorage caching fixes --- feedlist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feedlist.js') diff --git a/feedlist.js b/feedlist.js index b7d47b4a5..1411f08b1 100644 --- a/feedlist.js +++ b/feedlist.js @@ -614,7 +614,7 @@ function request_counters() { var date = new Date(); var timestamp = Math.round(date.getTime() / 1000); - if (timestamp - counters_last_request > 10) { + if (timestamp - counters_last_request > 5) { console.log("scheduling request of counters..."); window.clearTimeout(counter_timeout_id); -- cgit v1.2.3