diff OrthancServer/Resources/Configuration.json @ 4793:fc2ba1ce6538

new configuration 'DicomThreadsCount'
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 15:03:35 +0200
parents ec6843501db7
children 034346bca698
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Tue Sep 14 14:51:12 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Sep 30 15:03:35 2021 +0200
@@ -418,7 +418,12 @@
   // (1.2.840.10008.1.2.1). This parameter can possibly correspond to
   // a compressed transfer syntax. (new in Orthanc 1.9.0)
   "DicomScuPreferredTransferSyntax" : "1.2.840.10008.1.2.1",
-  
+
+  // 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)
+  "DicomThreadsCount" : 4,
+
   // The list of the known Orthanc peers. This option is ignored if
   // "OrthancPeersInDatabase" is set to "true", in which case you must
   // use the REST API to define Orthanc peers.