# HG changeset patch # User Alain Mazy # Date 1753175862 -7200 # Node ID b610123b89c4b051506a92961065a0823457ac40 # Parent 7bc40d968bcfd52dcf8d2bdf2f41455f1ebd2e5f DW: EnablePerformanceLogs diff -r 7bc40d968bcf -r b610123b89c4 Sphinx/source/plugins/dicomweb.rst --- a/Sphinx/source/plugins/dicomweb.rst Tue Jul 08 09:25:52 2025 +0200 +++ b/Sphinx/source/plugins/dicomweb.rst Tue Jul 22 11:17:42 2025 +0200 @@ -128,6 +128,7 @@ "StudiesMetadata" : "Full", // How study-level metadata is retrieved (since release 1.1, cf. section below) "SeriesMetadata" : "Full", // How series-level metadata is retrieved (since release 1.1, cf. section below) "EnableMetadataCache": true, // Wheter the plugin caches metadata as a gzipped attachment (since release 1.15) + "EnablePerformanceLogs": false, // Wheter to show more detailed logs about performances (since release 1.21) "MetadataWorkerThreadsCount": 4,// The number of concurrent threads that are used to extract the metadata in Full mode // (since release 1.14) "WadoRsLoaderThreadsCount": 0, // The number of concurrent threads that are used to read the files from the storage