mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:15:56 +00:00
delay counters request on promise completion a bit
This commit is contained in:
@@ -141,7 +141,9 @@ define(["dojo/_base/declare"], function (declare) {
|
||||
|
||||
if (promises.length > 0)
|
||||
Promise.all([promises]).then(() => {
|
||||
Feeds.requestCounters(true);
|
||||
setTimeout(() => {
|
||||
Feeds.requestCounters(true);
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user