diff --git a/Dashboard:-Filter-lists.md b/Dashboard:-Filter-lists.md index 04f050a..e51a58f 100644 --- a/Dashboard:-Filter-lists.md +++ b/Dashboard:-Filter-lists.md @@ -60,7 +60,7 @@ Filter lists are automatically updated according to _expiration time_ defined by - or the `updateAfter` attribute if found in the list entry in [`assets.json`](https://github.com/gorhill/uBlock/blob/master/assets/assets.json) - or every 5 days by default. -Don't worry if you sometimes see that some of your lists are marked "⚠️ Out of date". uBO updates filters lists in periodic sessions. In regular browser usage, the first one begins [`autoUpdateDelayAfterLaunch`](./Advanced-settings#autoupdatedelayafterlaunch) (105) seconds after uBO (your browser) is started. Lists found to be outdated (for which _expiration time_ passed) are then downloaded in [`autoUpdateAssetFetchPeriod`](./Advanced-settings#autoupdateassetfetchperiod) (60) seconds intervals. After this update session ends, uBO will wait [`autoUpdatePeriod`](./Advanced-settings#autoupdateperiod) (4) hours to start updating filters again. As you see, there can be periods up to a few hours, where your lists are marked outdated. In irregular browser usage, when your lists expiration time is exceeded more than twice, uBO will trigger "emergency" update, which should give you all your lists updated in below one minute after start. +Don't worry if you sometimes see that some of your lists are marked "⚠️ Out of date". uBO updates filters lists in periodic sessions. In regular browser usage, the first one begins [`autoUpdateDelayAfterLaunch`](./Advanced-settings#autoupdatedelayafterlaunch) (105) seconds after uBO (your browser) is started. Lists found to be outdated (for which _expiration time_ passed) are then downloaded in [`autoUpdateAssetFetchPeriod`](./Advanced-settings#autoupdateassetfetchperiod) (60) seconds intervals. After this update session ends, uBO will wait [`autoUpdatePeriod`](./Advanced-settings#autoupdateperiod) (2) hours to start updating filters again. As you see, there can be periods up to a few hours, where your lists are marked outdated. In irregular browser usage, when your lists expiration time is exceeded more than twice, uBO will trigger "emergency" update, which should give you all your lists updated in below one minute after start. ***