From 87d57265511490bf57d33d6b6d8ae32f4a1c4901 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 3 Jul 2023 05:53:24 -0700 Subject: [PATCH] wip --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); });