Instanciated the profiler + added a way to dump the export the profilin data in the UI
This commit is contained in:
@@ -93,6 +93,13 @@ artist-image-file-names = ("artist");
|
||||
# Playqueue max entry count
|
||||
playqueue-max-entry-count = 1000;
|
||||
|
||||
# Internal profiling, enable only if necessary as it brings some runtime overhead!
|
||||
# Possible values are "disabled", "overview" or "detailed".
|
||||
# If enabled, profiling information has to be dumped in the profiler view located in the admin menu
|
||||
profiling-level = "disabled";
|
||||
# The profiling buffer size, in MBytes (min is 16)
|
||||
profiling-buffer-size = 16;
|
||||
|
||||
# Set to true if you want to hide duplicate tracks
|
||||
scanner-skip-duplicate-mbid = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user