Explorar o código

Increase refresh period

theenglishway (time) %!s(int64=4) %!d(string=hai) anos
pai
achega
7c4966deca
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/vaccins_web/live/index.ex

+ 1 - 1
lib/vaccins_web/live/index.ex

@@ -2,7 +2,7 @@ defmodule VaccinsWeb.IndexLive do
   use VaccinsWeb, :live_view
   alias Vaccins.{LocationStore, Search}
 
-  @refresh_period_ms 2 * 1000
+  @refresh_period_ms 5 * 1000
 
   @impl true
   def mount(_params, _session, socket) do