From e582572639585d16725c653cc4bf4cd7178f16f4 Mon Sep 17 00:00:00 2001 From: deurstann <tristan.derouet@gmail.com> Date: Wed, 10 Feb 2021 21:37:21 +0100 Subject: [PATCH] Readjust timing because it worked well before --- main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.js b/main.js index edc0d42..eda12c4 100644 --- a/main.js +++ b/main.js @@ -146,10 +146,10 @@ app.on('ready', () => { }); setTimeout(() => { lkt.idleActualisation(); - }, 3000); + }, 1500); setTimeout(()=> { lkt.statusActualisation(); - }, 3000); + }, 1500); lektor.on('close', code => { logger.warn('main', `Lektor exited with code ${code}`); lektor_closed = true; -- GitLab