Default back to 'forever' for login history. It's small data...

This commit is contained in:
Bryan Ashby 2018-11-27 19:45:36 -07:00
parent 4b5f26b31b
commit fb13381bb5
1 changed files with 1 additions and 1 deletions

View File

@ -969,7 +969,7 @@ function getDefaultConfig() {
statLog : {
systemEvents : {
loginHistoryMax: 5000, // set to -1 for forever
loginHistoryMax: -1, // set to -1 for forever
}
}
};