Преглед изворни кода

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.
Alexandre Alapetite пре 9 година
родитељ
комит
44a57ba12d
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      data/users/_/config.default.php

+ 1 - 1
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' => '',