Renamed profiling to tracing
This commit is contained in:
+5
-5
@@ -93,12 +93,12 @@ 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!
|
||||
# Internal tracing for profiling purposes. Enable only if necessary, as it incurs 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;
|
||||
# If enabled, data has to be dumped in the tracing view located in the admin menu
|
||||
tracing-level = "disabled";
|
||||
# The tracing buffer size, in MBytes (min is 16)
|
||||
tracing-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