Mercurial > hg > orthanc
diff Resources/Configuration.json @ 2988:9cc3d40e389b
Orthanc 1.4.3 is now known as 1.5.0
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 10 Dec 2018 11:15:31 +0100 |
parents | 9c0b0a6d8b54 |
children | abe49ca61cd5 |
line wrap: on
line diff
--- a/Resources/Configuration.json Mon Dec 10 10:33:58 2018 +0100 +++ b/Resources/Configuration.json Mon Dec 10 11:15:31 2018 +0100 @@ -183,7 +183,7 @@ /** * By default, the Orthanc SCP accepts all DICOM commands (C-GET, * C-STORE, C-FIND, C-MOVE) issued by the remote SCU - * modalities. Starting with Orthanc 1.4.3, it is possible to + * modalities. Starting with Orthanc 1.5.0, it is possible to * specify which DICOM commands are allowed, separately for each * remote modality, using the syntax below. **/ @@ -199,7 +199,7 @@ }, // Whether to store the DICOM modalities in the Orthanc database - // instead of in this configuration file (new in Orthanc 1.4.3) + // instead of in this configuration file (new in Orthanc 1.5.0) "DicomModalitiesInDatabase" : false, // Whether the Orthanc SCP allows incoming C-Echo requests, even @@ -253,7 +253,7 @@ }, // Whether to store the Orthanc peers in the Orthanc database - // instead of in this configuration file (new in Orthanc 1.4.3) + // instead of in this configuration file (new in Orthanc 1.5.0) "OrthancPeersInDatabase" : false, // Parameters of the HTTP proxy to be used by Orthanc. If set to the @@ -424,13 +424,13 @@ // creating a new background job. Up to Orthanc 1.3.2, the implicit // behavior was to use synchronous C-Move. Between Orthanc 1.4.0 and // 1.4.2, the default behavior was set to asynchronous C-Move. Since - // Orthanc 1.4.3, the default behavior is synchronous C-Move + // Orthanc 1.5.0, the default behavior is synchronous C-Move // (backward compatibility with Orthanc <= 1.3.2). "SynchronousCMove" : true, // Maximum number of completed jobs that are kept in memory. A // processing job is considered as complete once it is tagged as - // "Success" or "Failure". Since Orthanc 1.4.3, a value of "0" + // "Success" or "Failure". Since Orthanc 1.5.0, a value of "0" // indicates to keep no job in memory (i.e. jobs are removed from // the history as soon as they are completed). "JobsHistorySize" : 10, @@ -445,7 +445,7 @@ // Maximum number of ZIP/media archives that are maintained by // Orthanc, as a response to the asynchronous creation of archives. // The least recently used archives get deleted as new archives are - // generated. This option was introduced in Orthanc 1.4.3, and has + // generated. This option was introduced in Orthanc 1.5.0, and has // no effect on the synchronous generation of archives. "MediaArchiveSize" : 1 }