comparison 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
comparison
equal deleted inserted replaced
4790:9754d5f2f38a 4793:fc2ba1ce6538
416 // (1.2.840.10008.1.2). In Orthanc <= 1.6.1 and in Orthanc >= 1.9.0, 416 // (1.2.840.10008.1.2). In Orthanc <= 1.6.1 and in Orthanc >= 1.9.0,
417 // this parameter is by default set to "Little Endian Explicit" 417 // this parameter is by default set to "Little Endian Explicit"
418 // (1.2.840.10008.1.2.1). This parameter can possibly correspond to 418 // (1.2.840.10008.1.2.1). This parameter can possibly correspond to
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.
423 // This defines the number of concurrent DICOM operations that can
424 // be run. (new in Orthanc 1.9.8)
425 "DicomThreadsCount" : 4,
426
422 // The list of the known Orthanc peers. This option is ignored if 427 // The list of the known Orthanc peers. This option is ignored if
423 // "OrthancPeersInDatabase" is set to "true", in which case you must 428 // "OrthancPeersInDatabase" is set to "true", in which case you must
424 // use the REST API to define Orthanc peers. 429 // use the REST API to define Orthanc peers.
425 "OrthancPeers" : { 430 "OrthancPeers" : {
426 /** 431 /**