lbry-desktop/ui/redux
infinite-persistence e2166b6f03
Change collection item fetch-page from 5 to 50 (#1732)
In `doResolveUri`, if the `uri` is a collection, it will attempt to fetch all items in the collection.

Can't think of any special reason to keep the page-size small, and not seeing any notes in the commits either. It just ends up making several `claim_search` of 5's until all items are fetched.
2022-06-22 08:04:22 -04:00
..
actions Change collection item fetch-page from 5 to 50 (#1732) 2022-06-22 08:04:22 -04:00
middleware Sync: handle fast-actions being reverted 2021-12-29 10:32:38 -05:00
reducers Bugfix live status state (#1689) 2022-06-14 09:33:56 -04:00
selectors Recommendations: factor out a selector for raw results 2022-06-21 22:14:07 +08:00