Browse Source

Merge pull request #1272 from Alkarex/default-options

Change default value for keep history
Alexandre Alapetite 9 năm trước cách đây
mục cha
commit
243628b00f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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' => '',