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 *);