From 760a9f199caca671bb42f76291f58f0dc60a3fae Mon Sep 17 00:00:00 2001 From: gwarser Date: Fri, 10 Nov 2023 08:49:02 +0100 Subject: [PATCH] autoUpdateAssetFetchPeriod reduced to 15s --- Advanced-settings.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index ac08a18..ac3f8fe 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -103,9 +103,10 @@ If no placeholder is found in `autoCommentFilterTemplate`, this will disable aut #### `autoUpdateAssetFetchPeriod` -Default: `60` seconds. +Default: `15` seconds. -Before [1.39.3b0](https://github.com/gorhill/uBlock/commit/725e6931f58a81d36b18bb78663a8740c5e36231) `120` seconds. +Before [1.53.1b1](https://github.com/gorhill/uBlock/commit/69fce3aa6eaa2a34b7e9d2b974674d9da9d49514) `60` seconds. +Before [1.39.3b0](https://github.com/gorhill/uBlock/commit/725e6931f58a81d36b18bb78663a8740c5e36231) `120` seconds. When the auto-updater kicks in and an asset in need of an update is fetched, this is the number of seconds to wait before fetching the next asset which needs to be updated. The delay helps spread the load on CPU and memory as a result of loading/parsing/compiling the filter lists which have been updated.