From 5d8d32e2017f39047cd67bf88f54caed7e77a37a Mon Sep 17 00:00:00 2001 From: besuper <16976439+besuper@users.noreply.github.com> Date: Wed, 31 Aug 2022 17:11:18 +0200 Subject: [PATCH] Reduce vod check delay --- src/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app.js b/src/app.js index 684969e..cd3a2e8 100644 --- a/src/app.js +++ b/src/app.js @@ -111,7 +111,7 @@ function checkSubOnlyVOD() { retrieveVOD(className); }, 1000); } - }, 5500); + }, 1500); } function retrieveVOD(className) {