interface now laod faster

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