Răsfoiți Sursa

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 ani în urmă
părinte
comite
44a57ba12d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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' => '',