Fix #480
parent
870f8e1bc2
commit
f7922269e4
|
|
@ -980,7 +980,7 @@ module.exports = (s,config,lang) => {
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}, (1000 * creationInterval) + 10000);
|
}, 1000 * creationInterval * 2);
|
||||||
}
|
}
|
||||||
function onDetectorJpegOutputAlone(e,d){
|
function onDetectorJpegOutputAlone(e,d){
|
||||||
if(s.isAtleatOneDetectorPluginConnected){
|
if(s.isAtleatOneDetectorPluginConnected){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue