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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user