From 91931e649c1c9cd5665040b2b6608398376e97b5 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Wed, 8 Apr 2026 06:52:31 +0100 Subject: [PATCH] Remove experimental comment (approach works) Closes #162 --- lib/last_fm/api.ex | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/last_fm/api.ex b/lib/last_fm/api.ex index 16c2b362..a95d3c37 100644 --- a/lib/last_fm/api.ex +++ b/lib/last_fm/api.ex @@ -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