From 7e2ef2037c83d371cc32d27724c8203c7dd68527 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 12 Feb 2026 01:36:59 -0700 Subject: [PATCH] Reduce troubleshooting session status polling frequency --- src_assets/common/assets/web/troubleshooting.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_assets/common/assets/web/troubleshooting.html b/src_assets/common/assets/web/troubleshooting.html index b27765cd..94f3b5f9 100644 --- a/src_assets/common/assets/web/troubleshooting.html +++ b/src_assets/common/assets/web/troubleshooting.html @@ -438,7 +438,7 @@ }, 5000); this.sessionInterval = setInterval(() => { this.refreshActiveSessions(); - }, 500); + }, 5000); this.refreshLogs(); this.refreshClients(); this.refreshActiveSessions();