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) })