From 91a0f3671051003e1c0009c129abbca284020365 Mon Sep 17 00:00:00 2001 From: quydang <81231812+quydang04@users.noreply.github.com> Date: Sat, 16 Sep 2023 14:22:30 +0700 Subject: [PATCH] Update index.html --- web/html/xui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/xui/index.html b/web/html/xui/index.html index 2a0745f4..5558b05d 100644 --- a/web/html/xui/index.html +++ b/web/html/xui/index.html @@ -601,7 +601,7 @@ console.error("Error occurred while fetching status:", e); retries++; } - await PromiseUtil.sleep(2000); + await PromiseUtil.sleep(1000); } }, });