From 9290b3c7b47d1ffe49558230e099dc7057552d16 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Sat, 1 Jun 2024 19:09:37 +1200 Subject: [PATCH] docs --- public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 14b4f27..a35e7e5 100644 --- a/public/index.html +++ b/public/index.html @@ -1103,7 +1103,7 @@ // update calls list this.updateCallsList(); - // update info every 5 seconds + // update info every few seconds setInterval(() => { this.updateCallsList(); this.updateInterfaceStats();