Fixed icon
This commit is contained in:
@@ -41,7 +41,7 @@ async function poll() {
|
||||
if(history.value.length > MAX_PTS) history.value.shift();
|
||||
}
|
||||
|
||||
onMounted(async () => { await poll(); interval = setInterval(poll, 5000); });
|
||||
onMounted(async () => { await poll(); interval = setInterval(poll, 1000); });
|
||||
onUnmounted(() => clearInterval(interval));
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user