Przeglądaj źródła

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 lat temu
rodzic
commit
44a57ba12d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      data/users/_/config.default.php

+ 1 - 1
data/users/_/config.default.php

@@ -3,7 +3,7 @@
 return array (
 return array (
 	'language' => 'en',
 	'language' => 'en',
 	'old_entries' => 3,
 	'old_entries' => 3,
-	'keep_history_default' => 0,
+	'keep_history_default' => 50,
 	'ttl_default' => 3600,
 	'ttl_default' => 3600,
 	'mail_login' => '',
 	'mail_login' => '',
 	'token' => '',
 	'token' => '',