From 2fd61c7f7cf84c2d756c934e74071265c7722c98 Mon Sep 17 00:00:00 2001 From: ISA Date: Wed, 30 Oct 2024 15:28:18 +0100 Subject: [PATCH] =?UTF-8?q?CPLV4=5FMaschen=20bei=205=20Sekunden=20Probleme?= =?UTF-8?q?=20,=20bei=2010=20indexedDB=20gel=C3=B6scht=20OK?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/_app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/_app.js b/pages/_app.js index 873d0ba..8cdce14 100644 --- a/pages/_app.js +++ b/pages/_app.js @@ -11,7 +11,7 @@ function MyApp({ Component, pageProps }) { if (typeof window !== "undefined") { setInterval(() => { loadWindowVariables(); - }, 5000); + }, 10000); loadWindowVariables(); } }, []);