aboutsummaryrefslogtreecommitdiff
path: root/app/Models/SystemConfiguration.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-02-26 09:01:49 +0100
committerGravatar GitHub <noreply@github.com> 2024-02-26 09:01:49 +0100
commitbdf899164b6ba127edd42352e85dc37ab445966a (patch)
tree5e95775599d80b69784715f3af57fdbf62336b17 /app/Models/SystemConfiguration.php
parentbfd277065c7bfd28779c585549dd9e9e577eabdf (diff)
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
Diffstat (limited to 'app/Models/SystemConfiguration.php')
-rw-r--r--app/Models/SystemConfiguration.php1
1 files changed, 1 insertions, 0 deletions
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<string,int> $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