changeset 7067:b808c2f5bb0d streaming

1.12.11+ is now known as 1.13.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Aug 2026 10:07:40 +0200
parents 93188f55b5a3
children 09528940289e
files OrthancServer/Resources/AdvancedConfiguration.json OrthancServer/Resources/Configuration.json
diffstat 2 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancServer/Resources/AdvancedConfiguration.json	Wed Aug 12 10:06:48 2026 +0200
+++ b/OrthancServer/Resources/AdvancedConfiguration.json	Wed Aug 12 10:07:40 2026 +0200
@@ -346,7 +346,7 @@
 
   // Number of threads that are used to parse DICOM files (when you need
   // to access the value of DICOM tags that are not store in DB).
-  // (new in Orthanc 1.12.11+)
+  // (new in Orthanc 1.13.0)
   // You should monitor the "orthanc_dicom_parser_available_threads"
   // metrics to determine the optimal value for your setup and usage.
   "DicomParserThreads" : 2,
@@ -354,7 +354,7 @@
   // Amount of RAM (in MB) that are allocated to the DICOM parser threads.
   // Note that this limit can be overpassed when a single file
   // exceeds this size.
-  // (new in Orthanc 1.12.11+).
+  // (new in Orthanc 1.13.0).
   // You should monitor the "orthanc_dicom_parser_memory_usage_mb" and
   // "orthanc_dicom_parser_memory_max_usage_mb" metrics to determine the
   // optimal value for your setup and usage.
@@ -363,11 +363,11 @@
   // Maximum size of the DICOM parser cache in MB.  This cache
   // is stored in RAM and contains a parsed version of recently read
   // DIOCM files.  A value of "0" indicates the cache
-  // is disabled.  (new in Orthanc 1.12.11+)
+  // is disabled.  (new in Orthanc 1.13.0)
   "DicomParserCacheSize" : 128,
 
   // Number of threads that are used to parse transcode DICOM files.
-  // (new in Orthanc 1.12.11+)
+  // (new in Orthanc 1.13.0)
   // You should monitor the "orthanc_transcoder_available_threads"
   // metrics to determine the optimal value for your setup and usage.
   "TranscoderThreads" : 4,
@@ -375,7 +375,7 @@
   // Amount of RAM (in MB) that are allocated to the transcoder threads.
   // Note that this limit can be overpassed when a single file
   // exceeds this size.
-  // (new in Orthanc 1.12.11+).
+  // (new in Orthanc 1.13.0).
   // You should monitor the "orthanc_transcoder_memory_usage_mb" and
   // "orthanc_transcoder_memory_max_usage_mb" metrics to determine the
   // optimal value for your setup and usage.
@@ -384,7 +384,7 @@
   // Maximum size of the transcoder cache in MB.  This cache
   // is stored in RAM and contains transcoded versions of recently read
   // DIOCM files.  A value of "0" indicates the cache
-  // is disabled.  (new in Orthanc 1.12.11+)
+  // is disabled.  (new in Orthanc 1.13.0)
   "TranscoderCacheSize" : 128,
 
   // Total number of threads that are used to provide DICOM files sequentially
--- a/OrthancServer/Resources/Configuration.json	Wed Aug 12 10:06:48 2026 +0200
+++ b/OrthancServer/Resources/Configuration.json	Wed Aug 12 10:07:40 2026 +0200
@@ -55,14 +55,14 @@
   // Amount of RAM (in MB) that are allocated to the storage loader threads.
   // Note that this limit can be overpassed when a single file
   // exceeds this size.
-  // (new in Orthanc 1.12.11+).
+  // (new in Orthanc 1.13.0).
   // You should monitor the "orthanc_storage_memory_usage_mb" and
   // "orthanc_storage_memory_max_usage_mb" metrics to determine the
   // optimal value for your setup.
   "StorageMemoryCapacity" : 512,
 
   // Number of threads that are used to read files from the storage.
-  // (new in Orthanc 1.12.11+)
+  // (new in Orthanc 1.13.0)
   // A value > 4 is meaningful only if the storage is a distributed
   // network storage (e.g., object storage plugin).  In this case,
   // you can typically increase it to 20 and you should then monitor