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 check is unreliable #65

Open
Rukenshia opened this issue May 17, 2022 · 0 comments
Open

Update check is unreliable #65

Rukenshia opened this issue May 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Rukenshia
Copy link
Owner

The update check is set to work with a timeout of 400ms. A lot of times, this means an update check will never be completed based on the users' internet connection.

To make the update process more reliable, think about adding the following:

  • Store a timestamp of when we last checked for a new version in the config file
  • After a certain amount of time has passed (7 days?), check for a new version and store the new timestamp

This way we keep unnecessary update checks to a minimum and ensure that a new version will be checked for without depending on the users internet connection.

@Rukenshia Rukenshia added the enhancement New feature or request label May 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant