Remove redundant Last.fm req option which causes timeouts
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user