logic: removed shuffling of indexer commands

This commit is contained in:
mlangkabel
2018-08-10 16:10:06 +02:00
parent 337cf2d371
commit 5ace9e080f
3 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -468,7 +468,7 @@ void Project::buildIndex(const RefreshInfo& info, std::shared_ptr<DialogView> di
indexerThreadCount = std::min<int>(indexerThreadCount, indexerCommandList->size());
if (indexerThreadCount > 1)
{
indexerCommandList->shuffle();
indexerCommandList->sort();
}
std::shared_ptr<StorageProvider> storageProvider = std::make_shared<StorageProvider>();