comparison OrthancServer/Resources/Configuration.json @ 4604:2c702cfae274 db-changes

New option "DatabaseServerIdentifier" to identify the server among a pool of Orthanc servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Mar 2021 10:39:59 +0200
parents 017ab543e6ef
children 95ffe3b6ef7c
comparison
equal deleted inserted replaced
4603:c125bfd31023 4604:2c702cfae274
767 // Maximum length of the PDU (Protocol Data Unit) in the DICOM 767 // Maximum length of the PDU (Protocol Data Unit) in the DICOM
768 // network protocol, expressed in bytes. This value affects both 768 // network protocol, expressed in bytes. This value affects both
769 // Orthanc SCU and Orthanc SCP. It defaults to 16KB. The allowed 769 // Orthanc SCU and Orthanc SCP. It defaults to 16KB. The allowed
770 // range is [4096,131072]. (new in Orthanc 1.9.0) 770 // range is [4096,131072]. (new in Orthanc 1.9.0)
771 "MaximumPduLength" : 16384 771 "MaximumPduLength" : 16384
772
773 // Arbitrary identifier of this Orthanc server when storing its
774 // global properties if a custom database plugin is used. This
775 // option is only useful in the case of multiple readers/writers, in
776 // order to avoid collisions between multiple Orthanc servers. If
777 // unset, this identifier is taken as a SHA-1 hash derived from the
778 // MAC adddresses of the network interfaces, and from the AET and
779 // TCP ports used by Orthanc. (new in Orthanc 1.9.2)
780 /**
781 , "DatabaseServerIdentifier" : "Orthanc1"
782 **/
772 } 783 }