From 789f8276b5ee566899e88c817675cc85857a8422 Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Thu, 2 Mar 2023 18:23:22 +0100 Subject: [PATCH] wip: decrease clouds animation time Signed-off-by: Grigorii Shartsev --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.js b/src/main.js index da763dc5..b2f59d9b 100644 --- a/src/main.js +++ b/src/main.js @@ -69,7 +69,7 @@ app.whenReady().then(async () => { // Timeout to emulate startup loading // TODO: replace with real initialization if (process.env.NODE_ENV === 'production') { - await setTimeout(7000) + await setTimeout(5000) } // TODO: handle JSON parsing error