mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-23 03:06:04 +02:00
System keeps login history events forever by default -- override in config
This commit is contained in:
parent
e8e9df767f
commit
322274a115
2 changed files with 9 additions and 2 deletions
|
@ -923,6 +923,12 @@ function getDefaultConfig() {
|
|||
|
||||
debug : {
|
||||
assertsEnabled : false,
|
||||
},
|
||||
|
||||
statLog : {
|
||||
systemEvents : {
|
||||
loginHistoryMax: -1 // forever
|
||||
}
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue