You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version check seems to take a rather substantial amount of the execution time, as well as being useless if the app is installed via the system package manager.
Imo the check should be opt-in, as it makes a network request that is not required for the app to function.
The text was updated successfully, but these errors were encountered:
I think a config option would be the best option, I'm not sure if you meant disabled by default as in turning off the check is off by default or turning on the check is disabled by default, I think either is fine though I'd advocate for the check being opt-in (so off by default) rather than opt out, or a build flag for the default state so it can be turned off when packaging for non-cargo targets.
The version check seems to take a rather substantial amount of the execution time, as well as being useless if the app is installed via the system package manager.
Imo the check should be opt-in, as it makes a network request that is not required for the app to function.
The text was updated successfully, but these errors were encountered: