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();