From bdf899164b6ba127edd42352e85dc37ab445966a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 26 Feb 2024 09:01:49 +0100 Subject: System option for number of feeds to refresh in parallel (#6124) * System option for number of feeds to refresh in parallel fix https://github.com/FreshRSS/FreshRSS/issues/6123 * Forgot refreshDynamicOpml --- config.default.php | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.default.php') diff --git a/config.default.php b/config.default.php index 872975546..80c2f257c 100644 --- a/config.default.php +++ b/config.default.php @@ -92,6 +92,10 @@ return array( # If true does nothing, if false restricts HTTP Referer via: meta referrer origin 'allow_referrer' => false, + # Number of feeds to refresh in parallel from the Web user interface. + # Faster with higher values. Reduce for server with little memory or database issues. + 'nb_parallel_refresh' => 10, + 'limits' => array( # Duration in seconds of the login cookie. -- cgit v1.2.3