interface now laod faster

This commit is contained in:
2025-02-07 15:30:02 +01:00
parent 723c9e89b0
commit 5ef73d0d05
+1 -1
View File
@@ -81,7 +81,7 @@ const Page = () => {
// run once on startup // run once on startup
setTimeout(() => { setTimeout(() => {
connectionChecker(); connectionChecker();
}, 10); }, 50);
// run every 2 seconds // run every 2 seconds
const interval = setInterval(() => { const interval = setInterval(() => {