summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-30 23:30:16 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2016-09-30 23:30:16 +0200
commit44a57ba12db39439f6cc43fe7542efd92cf402bb (patch)
tree9d89eab97212270856bacd2f6f504e08731ba6a4 /data
parent8a58795e7dfd501c6c8ac84694e695c4f0791cfb (diff)
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.
Diffstat (limited to 'data')
-rw-r--r--data/users/_/config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/users/_/config.default.php b/data/users/_/config.default.php
index 6e1d497bc..280b13422 100644
--- a/data/users/_/config.default.php
+++ b/data/users/_/config.default.php
@@ -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' => '',