Skip to content

Commit

Permalink
Limit update thread to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuehlma committed Sep 15, 2017
1 parent 170a264 commit 943a9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZatData.cpp
Expand Up @@ -481,7 +481,7 @@ ZatData::ZatData(string u, string p, bool favoritesOnly,
m_iLastStart = 0;
m_iLastEnd = 0;
this->streamType = streamType;
for (int i = 0; i < 5; ++i)
for (int i = 0; i < 1; ++i)
{
updateThreads.emplace_back(new UpdateThread(this));
}
Expand Down

0 comments on commit 943a9b6

Please sign in to comment.