From 22cd4be6c815edd41f6a7a5dc0c9315ecb19f2c7 Mon Sep 17 00:00:00 2001 From: Cameron Thompson <50184035+iamromulan@users.noreply.github.com> Date: Thu, 4 Apr 2024 01:36:07 -0400 Subject: [PATCH] Stats update in 2-3 seconds --- simpleadmin/www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simpleadmin/www/index.html b/simpleadmin/www/index.html index 27d0f38..dac2f1c 100644 --- a/simpleadmin/www/index.html +++ b/simpleadmin/www/index.html @@ -276,7 +276,7 @@ this.getcsq(); setInterval(() => { this.getcsq(); - }, 30000); + }, 1000); }, }; }