Reduce troubleshooting session status polling frequency
Some checks failed
ci-bundle.yml / Reduce troubleshooting session status polling frequency (push) Failing after 0s
ci-copr.yml / Reduce troubleshooting session status polling frequency (push) Failing after 0s
ci-homebrew.yml / Reduce troubleshooting session status polling frequency (push) Failing after 0s

This commit is contained in:
Joey Yakimowich-Payne 2026-02-12 01:36:59 -07:00
commit 7e2ef2037c

View file

@ -438,7 +438,7 @@
}, 5000);
this.sessionInterval = setInterval(() => {
this.refreshActiveSessions();
}, 500);
}, 5000);
this.refreshLogs();
this.refreshClients();
this.refreshActiveSessions();