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

feat: Use local previously downloaded files when available. #92

Merged
merged 5 commits into from
Nov 3, 2024

Conversation

bvanelli
Copy link
Owner

@bvanelli bvanelli commented Nov 3, 2024

Allows a performance improvement when working with a local directory. If old files are present, the files will be retrieved only when the sync id has changed. The clock will also be stored on the database and will be used for further requests.

Copy link

codecov bot commented Nov 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.87%. Comparing base (dda9c23) to head (3387ce9).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #92      +/-   ##
==========================================
+ Coverage   97.69%   97.87%   +0.17%     
==========================================
  Files          16       16              
  Lines        2213     2258      +45     
==========================================
+ Hits         2162     2210      +48     
+ Misses         51       48       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bvanelli bvanelli merged commit 714dae4 into main Nov 3, 2024
9 checks passed
@bvanelli bvanelli deleted the perf/avoid-redownloading-budget-if-exists branch November 3, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant