-
Notifications
You must be signed in to change notification settings - Fork 43
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
Skip VM updates if last check was performed <X hours ago #402
Comments
I would vote to bypass the GUI entirely in this case, and to immediately launch the client instead. |
Nominating as beta requirement as we don't want users to have to wait several minutes if they need to restart the client for any reason during a single session. |
In addition to the client restart scenario, we currently run the "check for updates" after required reboots as well, which means that the dom0 updates take especially long to go through. |
So reqs for this are:
Also adding:
|
Yes that seems correct @zenmonkeykstop, and i would propose N=8:
|
OK, adding an update_skip_delta value (in sec) in config.json, and a "--update-delta" (positive) integer arg to the launcher with Salt setting it appropriately. Behavior will be:
|
The launcher app currently checks for updates every single time, which can take a while. It would be good to skip this step if it has been performed very recently.
Open questions:
The text was updated successfully, but these errors were encountered: