You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 :
--refresh-cache
is provided, refresh the case anywayThe text was updated successfully, but these errors were encountered: