diff --git a/index.html b/index.html index 0316512..58ab065 100644 --- a/index.html +++ b/index.html @@ -143,7 +143,7 @@ let timer = null; source.addEventListener('playing', () => { if (!timer) { - timer = setInterval(update, 1000 / 24); + timer = setInterval(update, 1000 / 10); } update(); });