From 4c5c1535378e0c1cac2229bb5d6ccf4c83bfa07d Mon Sep 17 00:00:00 2001 From: kixelated Date: Thu, 13 Feb 2025 05:20:41 -0800 Subject: [PATCH] Increase demo latency to 100ms --- src/components/watch.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/watch.tsx b/src/components/watch.tsx index 3758dfb..4374596 100644 --- a/src/components/watch.tsx +++ b/src/components/watch.tsx @@ -9,7 +9,7 @@ export default function Watch(props: { path: string }) { return (
- +
);