Remove experimental comment (approach works)

Closes #162
This commit is contained in:
Claudio Ortolina
2026-04-08 06:52:31 +01:00
parent 1cfd91278b
commit 91931e649c
-3
View File
@@ -157,9 +157,6 @@ defmodule LastFm.API do
defp new_request(config) do
Req.new(
base_url: "https://ws.audioscrobbler.com/2.0/",
# Experimental: metrics show some long running requests
# that end up hitting timeouts (at default values),
# so we make them shorter to leverage retries
max_retries: 1,
pool_timeout: 10_000,
# the maximum number of milliseconds that a pool can be idle before