v1.0.0-rc.81

This commit is contained in:
2025-09-21 19:27:51 +02:00
parent 3ded4cd3ce
commit 5d9d2de4a4
243 changed files with 3401 additions and 935 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ JFJochReceiverService &JFJochReceiverService::Indexing(const IndexingSettings &i
if (input.GetAlgorithm() != IndexingAlgorithmEnum::None) {
logger.Info("Creating indexing thread pool...");
indexer_thread_pool = std::make_unique<IndexerThreadPool>(numa_policy, input);
indexer_thread_pool = std::make_unique<IndexerThreadPool>(input, numa_policy);
logger.Info(" ... done");
}
return *this;