Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add cache feature for εxodus trackers database #19

Open
pnu-s opened this issue Feb 28, 2021 · 0 comments
Open

Add cache feature for εxodus trackers database #19

pnu-s opened this issue Feb 28, 2021 · 0 comments

Comments

@pnu-s
Copy link
Member

pnu-s commented Feb 28, 2021

Currently, exodus-standalone downloads εxodus trackers database for each run.

The database being fairly stable (changing only from time to time), the script should store it locally so that it is not downloaded every time (less load on εxodus servers, faster execution, etc.)

What the script could do :

  • if no data locally, download it and store it
  • if some data is available, check its timestamp and only refresh it if older than X
  • if an option such as --refresh-cache is provided, refresh the case anyway
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant