mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-04 13:14:20 -04:00
Change default value for keep history
Larger value by default, for limiting the risk of re-adding an article previously purged, e.g. with feeds which do not have good dates, which do not update so often, and for which the list of articles is not so stable.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
return array (
|
||||
'language' => 'en',
|
||||
'old_entries' => 3,
|
||||
'keep_history_default' => 0,
|
||||
'keep_history_default' => 50,
|
||||
'ttl_default' => 3600,
|
||||
'mail_login' => '',
|
||||
'token' => '',
|
||||
|
||||
Reference in New Issue
Block a user