changeset 1163:f25c2e7ea66b

WadoRsLoaderThreadsCount
author Alain Mazy <am@orthanc.team>
date Tue, 03 Jun 2025 11:10:34 +0200
parents 13d78bea1b36
children b23c0aa10c6e
files Sphinx/source/plugins/dicomweb.rst
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Sphinx/source/plugins/dicomweb.rst	Mon May 12 13:05:38 2025 +0200
+++ b/Sphinx/source/plugins/dicomweb.rst	Tue Jun 03 11:10:34 2025 +0200
@@ -130,6 +130,11 @@
       "EnableMetadataCache": true,    // Wheter the plugin caches metadata as a gzipped attachment (since release 1.15)
       "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
+                                      // when answering a WADO-RS call at study or series level.  A value > 1 is meaningful 
+                                      // only if the storage is a distributed network storage (e.g an object storage plugin).
+                                      // A value of 0 means reading and writing are performed in sequence (default behaviour).
+                                      // (since release 1.21)
       "PublicRoot": "/dicom-web/",    // The public Root URI of the DICOMweb API in case it is different from "Root".
                                       // This is useful if, e.g, your Orthanc is behind a reverse-proxy and has another 
                                       // base endpoint than the "Root" one.  Note that, if using a reverse-proxy, make sure to set the "host"