More user/system stat constants & usage

This commit is contained in:
Bryan Ashby 2018-11-25 19:05:16 -07:00
parent e464f95924
commit ec97b3e8d4
14 changed files with 99 additions and 53 deletions

View file

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