Mercurial > hg > orthanc
diff 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 |
line wrap: on
line diff
--- a/Resources/Configuration.json Tue Mar 10 13:59:14 2020 +0100 +++ b/Resources/Configuration.json Tue Mar 10 17:43:49 2020 +0100 @@ -528,5 +528,9 @@ // Set the default private creator that is used by Orthanc when it // looks for a private tag in its dictionary (cf. "Dictionary" // option), or when it creates/modifies a DICOM file (new in Orthanc 1.6.0). - "DefaultPrivateCreator" : "" + "DefaultPrivateCreator" : "", + + // Maximum number of storage commitment reports (i.e. received from + // remote modalities) to be kept in memory (new in Orthanc 1.6.0). + "StorageCommitmentReportsSize" : 100 }