Use dedicated http client pool for LastFm

This commit is contained in:
Claudio Ortolina
2024-11-07 20:58:40 +00:00
parent 5c4c87e5c1
commit 64193858a6
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@ defmodule LastFm.Supervisor do
:ok = LastFm.Feed.create_table!()
children = [
{Finch, name: LastFm.Finch},
{Phoenix.PubSub, name: LastFm.PubSub},
{LastFm.Refresh, config}
]