From 481ed0b1fe6979ddf8fc89634a349c197e4e2143 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Wed, 16 Nov 2016 09:19:28 +0100 Subject: [PATCH] lyrics: fetch lyrics in background sequentially --- src/lyrics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lyrics.h b/src/lyrics.h index d7061bfd..8eae4632 100644 --- a/src/lyrics.h +++ b/src/lyrics.h @@ -72,7 +72,7 @@ private: static size_t itsWorkersNumber; // maximum number of worker threads. if it's reached, next lyrics requests // are put into itsToDownload queue. - static const size_t itsMaxWorkersNumber = 4; + static const size_t itsMaxWorkersNumber = 1; void *Download(); static void *DownloadWrapper(void *);