mirror of
https://github.com/benbusby/farside.git
synced 2025-04-20 15:25:59 -04:00
fix poll check
This commit is contained in:
parent
2d5b31d61e
commit
666635f40f
@ -17,7 +17,7 @@ defmodule Farside.Instance.Check do
|
||||
receive do
|
||||
after
|
||||
90_000 ->
|
||||
if(Status.value() == :waiting) do
|
||||
if(Status.value() == :wait) do
|
||||
run()
|
||||
end
|
||||
|
||||
|
@ -60,7 +60,7 @@ defmodule Farside.Instance do
|
||||
:update,
|
||||
state
|
||||
) do
|
||||
Status.value(:checking)
|
||||
Status.value(:test)
|
||||
|
||||
service = :ets.lookup(String.to_atom(state.type), :default)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user