mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
Fix condition to check number of active queries
This commit is contained in:
@@ -515,7 +515,7 @@ Pipeline::shuntNext()
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Check if we are ready to dispatch more queries
|
// Check if we are ready to dispatch more queries
|
||||||
if ( d->qidsState.count() >= d->maxConcurrentQueries )
|
if ( activeQueryCount() >= d->maxConcurrentQueries )
|
||||||
return;
|
return;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user