diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 20:11:44 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2019-05-10 20:11:44 -0400 |
| commit | f0382d465706b16e6e7cdb2c773f7802c33477c8 (patch) | |
| tree | ecaabe26f6527631e2d3056817d7675d99bc9d81 /static/usage.html | |
| parent | fbe1643edcdbdc66787a6cab7932e3177616a0ef (diff) | |
avoid mentioning number of generated incrementals
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/static/usage.html b/static/usage.html index d16dd367..8e053d98 100644 --- a/static/usage.html +++ b/static/usage.html @@ -60,13 +60,12 @@ past version and the updater will attempt to download and install the update again.</p> - <p>The updater will use incremental updates to download only changes rather than the - whole OS unless the current version is behind the current release by more than 3 - versions. As long as you have working network connectivity on a regular basis and - reboot when asked, you'll almost always be on one of the past couple versions of the - OS which will minimize bandwidth usage since incrementals will always be available. If - you fall more than 3 versions behind, it will download a large full update shipping - the full OS so it can update from any version.</p> + <p>The updater will use incremental (delta) updates to download only changes rather + than the whole OS when one is available to go directly from the installed version to + the latest version. As long as you have working network connectivity on a regular + basis and reboot when asked, you'll almost always be on one of the past couple + versions of the OS which will minimize bandwidth usage since incrementals will always + be available.</p> <p>The updater works while the device is locked / idle, including before the first unlock since it's explicitly designed to be able to run before decryption of user |
