From e0b3da2ac07fa9d7f3d1f17374c4819888b40ec4 Mon Sep 17 00:00:00 2001 From: Alex Blank Date: Fri, 7 Feb 2025 15:31:59 +0100 Subject: [PATCH] interface now laod faster --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2ec3e2..652df3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ const Page = () => { // run once on startup setTimeout(() => { connectionChecker(); - }, 50); + }, 100); // run every 2 seconds const interval = setInterval(() => {