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
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:
parent
07c8a7b5fb
commit
7e2ef2037c
1 changed files with 1 additions and 1 deletions
|
|
@ -438,7 +438,7 @@
|
||||||
}, 5000);
|
}, 5000);
|
||||||
this.sessionInterval = setInterval(() => {
|
this.sessionInterval = setInterval(() => {
|
||||||
this.refreshActiveSessions();
|
this.refreshActiveSessions();
|
||||||
}, 500);
|
}, 5000);
|
||||||
this.refreshLogs();
|
this.refreshLogs();
|
||||||
this.refreshClients();
|
this.refreshClients();
|
||||||
this.refreshActiveSessions();
|
this.refreshActiveSessions();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue