Renamed profiling to tracing

This commit is contained in:
emeric
2024-03-10 12:21:01 +01:00
parent 47ef5f7cc7
commit c6ae3fe3fa
33 changed files with 173 additions and 172 deletions
+5 -5
View File
@@ -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;