diff options
| author | 2024-02-26 09:01:49 +0100 | |
|---|---|---|
| committer | 2024-02-26 09:01:49 +0100 | |
| commit | bdf899164b6ba127edd42352e85dc37ab445966a (patch) | |
| tree | 5e95775599d80b69784715f3af57fdbf62336b17 /app/Models/SystemConfiguration.php | |
| parent | bfd277065c7bfd28779c585549dd9e9e577eabdf (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.php | 1 |
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 |
