System keeps login history events forever by default -- override in config
This commit is contained in:
@@ -923,6 +923,12 @@ function getDefaultConfig() {
|
||||
|
||||
debug : {
|
||||
assertsEnabled : false,
|
||||
},
|
||||
|
||||
statLog : {
|
||||
systemEvents : {
|
||||
loginHistoryMax: -1 // forever
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user