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