From 54720ef7f3883d364980491c842aaf100425ec15 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Wed, 18 Jan 2017 10:46:44 -0500 Subject: [PATCH] Updated Advanced settings (markdown) --- Advanced-settings.md | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/Advanced-settings.md b/Advanced-settings.md index d0c4f77..00b67df 100644 --- a/Advanced-settings.md +++ b/Advanced-settings.md @@ -16,6 +16,22 @@ If you want to reset all settings to their default values, delete everything the *** +#### `assetFetchTimeout` + +Default: `30` seconds. + +The number of seconds after which uBO throws an error when a remote server fails to respond to a request. + +*** + +#### `autoUpdateAssetFetchPeriod` + +Default: `120` seconds. + +When the auto-updater kicks in and an asset in need of 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. + +*** + #### `autoUpdatePeriod` Default: `7` hours. @@ -26,14 +42,6 @@ The time to wait in hours between each update session[1]. uBO will al *** -#### `assetFetchTimeout` - -Default: `30` seconds. - -The number of seconds after which uBO throws an error when a remote server fails to respond to a request. - -*** - #### `ignoreRedirectFilters` Default: `false`.