Mercurial > hg > orthanc
changeset 4794:034346bca698
updated doc
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Sep 2021 15:34:14 +0200 |
parents | fc2ba1ce6538 |
children | 22d5b611dea7 |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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