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);
}
},
});