From 826e4dfc1a891e99a0a3d0279942b5a12a8e7d6a Mon Sep 17 00:00:00 2001 From: ashley Date: Sun, 18 Aug 2024 13:41:53 +0000 Subject: [PATCH] try 500 --- html/poketube.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index adb7d36..3869229 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -2196,7 +2196,7 @@ const evenCanvas = document.getElementById("ambient-canvas-2") const oddCtx = oddCanvas.getContext("2d") const evenCtx = evenCanvas.getContext("2d") -const frameIntervalMs = 200 +const frameIntervalMs = 500 const canvasOpacity = "0.4" let intervalId