Allow longer LastFm refresh times

This commit is contained in:
Claudio Ortolina
2025-02-27 09:37:05 +00:00
parent 16b19de163
commit eb6d49fe96
+1 -1
View File
@@ -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