Default back to 'forever' for login history. It's small data...
This commit is contained in:
@@ -969,7 +969,7 @@ function getDefaultConfig() {
|
||||
|
||||
statLog : {
|
||||
systemEvents : {
|
||||
loginHistoryMax: 5000, // set to -1 for forever
|
||||
loginHistoryMax: -1, // set to -1 for forever
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user