mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 16:01:55 +02:00
Add preAuthIdleLogoutSeconds
This commit is contained in:
parent
d50e505bd7
commit
51baba1f2a
2 changed files with 12 additions and 3 deletions
|
@ -287,11 +287,16 @@ function getDefaultConfig() {
|
|||
},
|
||||
|
||||
misc : {
|
||||
idleLogoutSeconds : 60 * 6, // 6m
|
||||
preAuthIdleLogoutSeconds : 60 * 3, // 2m
|
||||
idleLogoutSeconds : 60 * 6, // 6m
|
||||
},
|
||||
|
||||
logging : {
|
||||
level : 'debug'
|
||||
},
|
||||
|
||||
debug : {
|
||||
assertsEnabled : false,
|
||||
}
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue