mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Default back to 'forever' for login history. It's small data...
This commit is contained in:
parent
4b5f26b31b
commit
fb13381bb5
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ function getDefaultConfig() {
|
|||
|
||||
statLog : {
|
||||
systemEvents : {
|
||||
loginHistoryMax: 5000, // set to -1 for forever
|
||||
loginHistoryMax: -1, // set to -1 for forever
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue