CPLV4_Maschen bei 5 Sekunden Probleme , bei 10 indexedDB gelöscht OK

This commit is contained in:
ISA
2024-10-30 15:28:18 +01:00
parent 61f07b4b1d
commit 2fd61c7f7c

View File

@@ -11,7 +11,7 @@ function MyApp({ Component, pageProps }) {
if (typeof window !== "undefined") { if (typeof window !== "undefined") {
setInterval(() => { setInterval(() => {
loadWindowVariables(); loadWindowVariables();
}, 5000); }, 10000);
loadWindowVariables(); loadWindowVariables();
} }
}, []); }, []);