lbry-desktop/extras/lbryinc/redux
infinite-persistence 5dd5826b33
doFetchSubCount: batch support; fetch interval gap;
1. The API supports batching -- updated the code to use that. Retained string as the parameter (instead of changing it to array) so that existing clients won't be affected.

2. Make `doFetchSubCount` a batched command by default through an idle timer. This way, none of the clients need to collect IDs -- it's all done behind the scenes.

3. Added minimum of 5 minutes between each sub-count fetch for a claim ID.
2021-10-28 13:16:06 +08:00
..
actions doFetchSubCount: batch support; fetch interval gap; 2021-10-28 13:16:06 +08:00
reducers doFetchSubCount: batch support; fetch interval gap; 2021-10-28 13:16:06 +08:00
selectors Reduce impact of scanning blocklists (#121) 2021-10-25 10:56:31 -04:00