diff --git a/core/config.js b/core/config.js index a90ff50d..3f4aeb61 100644 --- a/core/config.js +++ b/core/config.js @@ -969,7 +969,7 @@ function getDefaultConfig() { statLog : { systemEvents : { - loginHistoryMax: 5000, // set to -1 for forever + loginHistoryMax: -1, // set to -1 for forever } } };