From 41661f640a0e1ee18d59ce8f26ccd595f6bc8627 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 15 Jun 2025 15:46:41 -0500 Subject: [PATCH] change status refresh to 1 sec --- lib/aprs_web/live/status_live/index.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/aprs_web/live/status_live/index.ex b/lib/aprs_web/live/status_live/index.ex index 40a6c93..5cd2655 100644 --- a/lib/aprs_web/live/status_live/index.ex +++ b/lib/aprs_web/live/status_live/index.ex @@ -5,7 +5,7 @@ defmodule AprsWeb.StatusLive.Index do use AprsWeb, :live_view # 30 seconds - @refresh_interval 30_000 + @refresh_interval 1_000 @impl true def mount(_params, _session, socket) do