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:
Alexandre Alapetite
2016-09-30 23:30:16 +02:00
parent 8a58795e7d
commit 44a57ba12d

View File

@@ -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' => '',