CPLV4_Maschen bei 5 Sekunden Probleme , bei 10 indexedDB gelöscht OK
This commit is contained in:
@@ -11,7 +11,7 @@ function MyApp({ Component, pageProps }) {
|
||||
if (typeof window !== "undefined") {
|
||||
setInterval(() => {
|
||||
loadWindowVariables();
|
||||
}, 5000);
|
||||
}, 10000);
|
||||
loadWindowVariables();
|
||||
}
|
||||
}, []);
|
||||
|
||||
Reference in New Issue
Block a user