comparison Resources/Configuration.json @ 3736:0540b54324f1 storage-commitment

StorageCommitmentReports
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 10 Mar 2020 17:43:49 +0100
parents 922c56b76edc
children 4f78da5613a1 bdbe12aba99f
comparison
equal deleted inserted replaced
3735:77183afbf55e 3736:0540b54324f1
526 "HttpRequestTimeout" : 30, 526 "HttpRequestTimeout" : 30,
527 527
528 // Set the default private creator that is used by Orthanc when it 528 // Set the default private creator that is used by Orthanc when it
529 // looks for a private tag in its dictionary (cf. "Dictionary" 529 // looks for a private tag in its dictionary (cf. "Dictionary"
530 // option), or when it creates/modifies a DICOM file (new in Orthanc 1.6.0). 530 // option), or when it creates/modifies a DICOM file (new in Orthanc 1.6.0).
531 "DefaultPrivateCreator" : "" 531 "DefaultPrivateCreator" : "",
532
533 // Maximum number of storage commitment reports (i.e. received from
534 // remote modalities) to be kept in memory (new in Orthanc 1.6.0).
535 "StorageCommitmentReportsSize" : 100
532 } 536 }