* Use lodash for Config.js / config.json merge

This commit is contained in:
Bryan Ashby 2015-08-05 22:22:17 -06:00
parent ab40eb1fd4
commit 82f3bc7601
3 changed files with 22 additions and 25 deletions

View file

@ -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();