Significantly improved scanner performance (now have a dedicated pool of threads for scanning file metadata)
This commit is contained in:
+4
-1
@@ -33,7 +33,7 @@ approot = "/usr/share/lms/approot";
|
||||
# Location for deployment (See README if you want to deploy on a non root path)
|
||||
deploy-path = "/";
|
||||
|
||||
# Number of threads to be used to dispatch http requests (0 means auto detect)
|
||||
# Number of threads to be used to dispatch http requests (0 means number of logical CPUs)
|
||||
http-server-thread-count = 0;
|
||||
|
||||
# ListenBrainz root API
|
||||
@@ -98,3 +98,6 @@ scanner-skip-duplicate-mbid = false;
|
||||
|
||||
# Scanner read style for metadata, maybe 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;
|
||||
Reference in New Issue
Block a user