Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Implement caching and fast updates of the starred list #103

Open
Malabarba opened this issue Dec 1, 2015 · 0 comments
Open

Implement caching and fast updates of the starred list #103

Malabarba opened this issue Dec 1, 2015 · 0 comments

Comments

@Malabarba
Copy link
Owner

Every time we refresh, the list of repos starred by the user has to be fetched in batches of 100 (due to how the API works), but this can be a little slow if you have several hundred starred repos on Github.
It should be possible to cache the list of repos between sessions, and only update it by querying the API for repos recently added since last query.

This started as #102.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant