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 current prototype shows that Windows updates are longer than ideal. Due to how file handles are dealt with in Windows, updating in-place is tricky. We need to come up with alternatives and fallbacks for the edge cases. Some examples include:
Recovery in case of download errors (internet connection drops, etc)
Recovery in case of disk writing errors (no space, etc)
Recovery in case of unexpected shutdown (restart, power outage, process killed, etc)
The text was updated successfully, but these errors were encountered:
The current prototype shows that Windows updates are longer than ideal. Due to how file handles are dealt with in Windows, updating in-place is tricky. We need to come up with alternatives and fallbacks for the edge cases. Some examples include:
The text was updated successfully, but these errors were encountered: