From f7922269e40d514f9ea0cd8519ccbf3a5f058528 Mon Sep 17 00:00:00 2001 From: Moe Date: Wed, 10 May 2023 10:20:45 -0700 Subject: [PATCH] Fix #480 --- libs/monitor/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/monitor/utils.js b/libs/monitor/utils.js index c8af4016..b2219791 100644 --- a/libs/monitor/utils.js +++ b/libs/monitor/utils.js @@ -980,7 +980,7 @@ module.exports = (s,config,lang) => { } }) } - }, (1000 * creationInterval) + 10000); + }, 1000 * creationInterval * 2); } function onDetectorJpegOutputAlone(e,d){ if(s.isAtleatOneDetectorPluginConnected){