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 --- app/Models/SystemConfiguration.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/SystemConfiguration.php') diff --git a/app/Models/SystemConfiguration.php b/app/Models/SystemConfiguration.php index 3efe33b15..3c9cc116d 100644 --- a/app/Models/SystemConfiguration.php +++ b/app/Models/SystemConfiguration.php @@ -20,6 +20,7 @@ declare(strict_types=1); * @property array $limits * @property-read string $logo_html * @property-read string $meta_description + * @property-read int $nb_parallel_refresh * @property-read bool $pubsubhubbub_enabled * @property-read string $salt * @property-read bool $simplepie_syslog_enabled -- cgit v1.2.3