mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 23:48:07 +01:00
Regularly load state from server
This commit is contained in:
parent
fa4bb53060
commit
4af36bc470
1 changed files with 1 additions and 0 deletions
|
@ -37,4 +37,5 @@ function handleAvailableFiles(data) {
|
|||
|
||||
(() => {
|
||||
loadAvailableFiles();
|
||||
setInterval(loadAvailableFiles, 10000);
|
||||
})();
|
||||
|
|
Loading…
Reference in a new issue