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") {
|
if (typeof window !== "undefined") {
|
||||||
setInterval(() => {
|
setInterval(() => {
|
||||||
loadWindowVariables();
|
loadWindowVariables();
|
||||||
}, 5000);
|
}, 10000);
|
||||||
loadWindowVariables();
|
loadWindowVariables();
|
||||||
}
|
}
|
||||||
}, []);
|
}, []);
|
||||||
|
|||||||
Reference in New Issue
Block a user