-
Notifications
You must be signed in to change notification settings - Fork 125
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
Implement automatic cache updates #115
Conversation
Cool, thanks for the PR! I hope to review it sometime next week, I'm quite busy at the moment. If someone sees this and wants to speed up the process, reviews by other people certainly help 🙂 @ilai-deutel windows CI currently fails, seems to be a permission issue. Maybe you could take a look at that... |
It looks like both the |
@dbrgn Fixed! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks for fixing this upstream, and thanks as well for the cleanup in the code. Looks better than before!
The README needs an update as well regarding the new config options. (README is getting big, we should probably use a proper documentation system in the future... Maybe mdbook.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your work so far. One last change request: Could you add the new config fields to the README as well? Then it should be ready to merge.
1bd6afc
to
509d450
Compare
Sorry it took so long, I updated the README. |
Thank you @ilai-deutel! |
This PR implements automatic updates of the cache.
This behavior is disabled by default and can be enabled in
config.toml
:Fixes #90
Fixes #78