This commit is contained in:
mithereal 2022-09-17 14:13:53 -07:00
parent 84caea3af2
commit d5c3ec736c

View File

@ -80,7 +80,7 @@ defmodule Farside.Service do
def handle_cast(:check, state) do
dt =
DateTime.utc_now()
|> DateTime.add(-60, :second)
|> DateTime.add(-150, :second)
state =
case DateTime.compare(dt, state.last_update) do