Просмотр исходного кода

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 лет назад
Родитель
Сommit
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' => '',