Moved code to scan files in parallel at upper level to ease reuse
This commit is contained in:
+2
-2
@@ -118,5 +118,5 @@ scanner-skip-duplicate-mbid = false;
|
||||
# Scanner read style for metadata, may be 'fast', 'average' or 'accurate'
|
||||
scanner-parser-read-style = "average";
|
||||
|
||||
# Number of threads to use for scanning file metadata (0 means number of logical CPUs / 2)
|
||||
scanner-metadata-thread-count = 0;
|
||||
# Number of threads to use for parallelized tasks (e.g., scanning file metadata). 0 means half the number of logical CPUs.
|
||||
scanner-thread-count = 0;
|
||||
Reference in New Issue
Block a user