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

Improve background update check #25

Open
SommerEngineering opened this issue Jul 8, 2024 · 0 comments
Open

Improve background update check #25

SommerEngineering opened this issue Jul 8, 2024 · 0 comments

Comments

@SommerEngineering
Copy link
Member

SommerEngineering commented Jul 8, 2024

The background update check currently checks at fixed intervals. If a user puts their device into sleep mode, e.g. for 12 hours, the interval then continues. With a 1-hour update check, however, users expect the update check to take place immediately after 12 hours of sleep.

We should therefore implement the update check on a calendar basis. We use the calendar and time to determine the next update check time. The actual update check then takes place at 3-minute intervals, for example. This means that the update check is carried out within a maximum of 3 minutes after the device wakes up.

See also #26

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

1 participant