System keeps login history events forever by default -- override in config

This commit is contained in:
Bryan Ashby 2018-11-11 01:55:38 -07:00
parent e8e9df767f
commit 322274a115
2 changed files with 9 additions and 2 deletions

View file

@ -923,6 +923,12 @@ function getDefaultConfig() {
debug : {
assertsEnabled : false,
},
statLog : {
systemEvents : {
loginHistoryMax: -1 // forever
}
}
};
}