interface now laod faster
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ const Page = () => {
|
||||
// run once on startup
|
||||
setTimeout(() => {
|
||||
connectionChecker();
|
||||
}, 50);
|
||||
}, 100);
|
||||
|
||||
// run every 2 seconds
|
||||
const interval = setInterval(() => {
|
||||
|
||||
Reference in New Issue
Block a user