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

"update = false" is more friendly #14

Open
xingren23 opened this issue Nov 18, 2023 · 2 comments
Open

"update = false" is more friendly #14

xingren23 opened this issue Nov 18, 2023 · 2 comments

Comments

@xingren23
Copy link
Contributor

i believe it is not nessery to check update everytime, it take much more time

@Nourepide
Copy link
Owner

A good point, but it's not worth disabling it at all, I suspect I need to make it possible to check updates once a day/week/month.

@Nourepide
Copy link
Owner

Nourepide commented Nov 24, 2023

I changed the behavior in 45acea4.

The check_updates parameter has been renamed to update_frequency and now include:

  • always - formerly true.
  • never - formerly false.
  • day - now by default.
  • week - optional.
  • month - optional.

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

No branches or pull requests

2 participants