Remove redundant Last.fm req option which causes timeouts

This commit is contained in:
Claudio Ortolina
2025-05-13 06:54:41 +01:00
parent f9e398e7a3
commit 64d99af9dc
-1
View File
@@ -124,7 +124,6 @@ defmodule LastFm.API do
connect_options: [ connect_options: [
timeout: 2500 timeout: 2500
], ],
pool_max_idle_time: 30_000,
user_agent: config.user_agent user_agent: config.user_agent
) )
|> Req.Request.merge_options(config.req_options) |> Req.Request.merge_options(config.req_options)