allow configuring monitor start queue size
parent
ab1cb0d602
commit
76c22bcb76
|
|
@ -1540,7 +1540,7 @@ module.exports = (s,config,lang) => {
|
|||
const typeIsLocal = e.type === 'local'
|
||||
const doPingTest = e.type !== 'socket' && e.type !== 'dashcam' && e.protocol !== 'udp' && e.type !== 'local' && e.details.skip_ping !== '1';
|
||||
if(!theGroup.startMonitorInQueue){
|
||||
theGroup.startMonitorInQueue = createQueueAwaited(0.5, 1)
|
||||
theGroup.startMonitorInQueue = createQueueAwaited(0.5, config.monitorStartQueueSize || 1)
|
||||
}
|
||||
const startMonitorInQueue = theGroup.startMonitorInQueue
|
||||
if(!activeMonitor.isStarted)return;
|
||||
|
|
|
|||
Loading…
Reference in New Issue