OpenAPI: Add blocking indexing thread pool option

This commit is contained in:
2026-04-16 22:56:15 +02:00
parent 1b06ecfad6
commit e4fbaa4440
14 changed files with 98 additions and 14 deletions
+1 -1
View File
@@ -329,7 +329,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>(input, false);
indexer_thread_pool = std::make_unique<IndexerThreadPool>(input);
logger.Info(" ... done");
}
return *this;