1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-24 04:31:35 +00:00

localStorage caching fixes

This commit is contained in:
Andrew Dolgov
2010-11-10 16:27:56 +03:00
parent 5225d4209e
commit b39b57ac44
2 changed files with 101 additions and 41 deletions

View File

@@ -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);