Allow longer LastFm refresh times
This commit is contained in:
@@ -14,7 +14,7 @@ defmodule LastFm.Refresh do
|
|||||||
|
|
||||||
@spec refresh() :: :ok
|
@spec refresh() :: :ok
|
||||||
def refresh do
|
def refresh do
|
||||||
GenServer.call(__MODULE__, :refresh)
|
GenServer.call(__MODULE__, :refresh, 10_000)
|
||||||
end
|
end
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
|
|||||||
Reference in New Issue
Block a user