lyrics: fetch lyrics in background sequentially

master
Andrzej Rybczak 9 years ago
parent a2862b9fdf
commit 481ed0b1fe
  1. 2
      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 *);

Loading…
Cancel
Save