# HG changeset patch # User Alain Mazy # Date 1633008854 -7200 # Node ID 034346bca698de1ebed515bbd32da3bb18f03d49 # Parent fc2ba1ce6538d0a4eb173ef0cd57213ec6f77074 updated doc diff -r fc2ba1ce6538 -r 034346bca698 OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Thu Sep 30 15:03:35 2021 +0200 +++ b/OrthancServer/Resources/Configuration.json Thu Sep 30 15:34:14 2021 +0200 @@ -421,7 +421,11 @@ // Number of threads that are used by the embedded DICOM server. // This defines the number of concurrent DICOM operations that can - // be run. (new in Orthanc 1.9.8) + // be run. Note: this is not limiting the number of concurrent + // connections. With a single thread, if a C-Find is received + // during e.g the transcoding of an incoming C-Store, it will + // have to wait until the end of the C-Store before being processed. + // (new in Orthanc 1.9.8, before this version, the value was fixed to 4) "DicomThreadsCount" : 4, // The list of the known Orthanc peers. This option is ignored if