mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-22 02:35:56 +02:00
* Use lodash for Config.js / config.json merge
This commit is contained in:
parent
ab40eb1fd4
commit
82f3bc7601
3 changed files with 22 additions and 25 deletions
|
@ -107,6 +107,7 @@ function Client(input, output) {
|
|||
//
|
||||
// Every 1m, check for idle.
|
||||
//
|
||||
console.log('idleLogoutSeconds=' + Config.misc.idleLogoutSeconds)
|
||||
this.idleCheck = setInterval(function checkForIdle() {
|
||||
var nowMs = Date.now();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue