lbry-desktop/extras/lbryinc
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
..
constants Remove unused actions and test function. 2021-10-19 20:43:11 +08:00
redux doFetchSubCount: batch support; fetch interval gap; 2021-10-28 13:16:06 +08:00
util Desktop cherry-pick: "7240 Integrate lbry redux and lbryinc" 2021-10-19 20:40:07 +08:00
index.js Reduce impact of scanning blocklists (#121) 2021-10-25 10:56:31 -04:00
lbryio.js Additional GA events via redux/lbryio hook 2021-10-22 10:56:43 +08:00