comparison OrthancServer/Resources/Configuration.json @ 4794:034346bca698

updated doc
author Alain Mazy <am@osimis.io>
date Thu, 30 Sep 2021 15:34:14 +0200
parents fc2ba1ce6538
children 7afbb54bd028
comparison
equal deleted inserted replaced
4793:fc2ba1ce6538 4794:034346bca698
419 // a compressed transfer syntax. (new in Orthanc 1.9.0) 419 // a compressed transfer syntax. (new in Orthanc 1.9.0)
420 "DicomScuPreferredTransferSyntax" : "1.2.840.10008.1.2.1", 420 "DicomScuPreferredTransferSyntax" : "1.2.840.10008.1.2.1",
421 421
422 // Number of threads that are used by the embedded DICOM server. 422 // Number of threads that are used by the embedded DICOM server.
423 // This defines the number of concurrent DICOM operations that can 423 // This defines the number of concurrent DICOM operations that can
424 // be run. (new in Orthanc 1.9.8) 424 // be run. Note: this is not limiting the number of concurrent
425 // connections. With a single thread, if a C-Find is received
426 // during e.g the transcoding of an incoming C-Store, it will
427 // have to wait until the end of the C-Store before being processed.
428 // (new in Orthanc 1.9.8, before this version, the value was fixed to 4)
425 "DicomThreadsCount" : 4, 429 "DicomThreadsCount" : 4,
426 430
427 // The list of the known Orthanc peers. This option is ignored if 431 // The list of the known Orthanc peers. This option is ignored if
428 // "OrthancPeersInDatabase" is set to "true", in which case you must 432 // "OrthancPeersInDatabase" is set to "true", in which case you must
429 // use the REST API to define Orthanc peers. 433 // use the REST API to define Orthanc peers.