This commit is contained in:
2025-11-29 18:13:22 +00:00
parent 99e52a6606
commit cf7cfc4967
3 changed files with 2 additions and 2 deletions

View File

@@ -39,6 +39,6 @@ async function checkStream() {
onMounted(() => {
checkStream();
setInterval(checkStream, 30000);
setInterval(checkStream, 120000);
});
</script>