update monitor queue action to allow 3 at a time

pushover
Moe 2019-11-14 12:46:49 -08:00
parent 0c38ca70fe
commit 19ca1d00b9
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ module.exports = function(s,config,lang){
setTimeout(function(){
action(callback)
},2000)
}, 1)
}, 3)
s.initiateMonitorObject = function(e){
if(!s.group[e.ke]){s.group[e.ke]={}};
if(!s.group[e.ke].activeMonitors){s.group[e.ke].activeMonitors={}}
@ -1176,7 +1176,7 @@ module.exports = function(s,config,lang){
s.fatalCameraError(e,'Connection timed out');
},1000)
break;
case checkLog(d,'Immediate exit requested'):
// case checkLog(d,'Immediate exit requested'):
case checkLog(d,'mjpeg_decode_dc'):
case checkLog(d,'bad vlc'):
case checkLog(d,'error dc'):