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