From e0522da25e94c46f0e985af0b2b8ed55c38a7214 Mon Sep 17 00:00:00 2001 From: Medvidek77 Date: Sun, 20 Apr 2025 11:26:13 +0200 Subject: [PATCH] Change MAX_ATTEMPTS default value --- src/tidler.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tidler.conf b/src/tidler.conf index 676c976..49e42d4 100644 --- a/src/tidler.conf +++ b/src/tidler.conf @@ -12,4 +12,4 @@ QUALITY="LOSSLESS" COVER_RESOLUTION="1280" # If there is any problem with the API, Tidler will attempt to download the track again -> possible values are "1" to "100" -MAX_ATTEMPTS="10" +MAX_ATTEMPTS="15"