From 62c80a9cd63a2b274cde2c36713a1808b19895de Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Fri, 23 Feb 2024 15:12:28 -0800 Subject: [PATCH] chore: revert refresh rate to 200 --- client/src/App.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/App.svelte b/client/src/App.svelte index 16c1e90..2dddd53 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -26,7 +26,7 @@ } onMount(() => { - initializeTelemetry(topics, 5) + initializeTelemetry(topics, 200) })