mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-07-19 19:42:59 -04:00
Rework keepmax (#5905)
* Rework keepmax fix https://github.com/FreshRSS/FreshRSS/issues/5702 fix https://github.com/FreshRSS/FreshRSS/issues/5870 * More WIP * Minor progress * Progress * Beta * Improved debug message * Revert noCommit * Fix variable reset * Remove debug syslogs
This commit is contained in:
committed by
GitHub
parent
eb2c2d9a01
commit
f0d4f2762d
@@ -34,7 +34,7 @@ declare(strict_types=1);
|
||||
* @property bool $lazyload
|
||||
* @property string $mail_login
|
||||
* @property bool $mark_updated_article_unread
|
||||
* @property array<string,bool> $mark_when
|
||||
* @property array<string,bool|int> $mark_when
|
||||
* @property int $max_posts_per_rss
|
||||
* @property-read array<string,int> $limits
|
||||
* @property int|null $old_entries
|
||||
|
||||
Reference in New Issue
Block a user