changeset 4918:eb23e13f8b0e

experimental feature: zip loader threads
author Alain Mazy <am@osimis.io>
date Wed, 23 Feb 2022 09:12:13 +0100
parents 95378de340d4
children ce64d8995a41
files NEWS OrthancServer/Resources/Configuration.json
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Wed Feb 23 06:36:29 2022 +0100
+++ b/NEWS	Wed Feb 23 09:12:13 2022 +0100
@@ -26,8 +26,8 @@
   retrieval of individual frames of multiframe instances.
 * New configuration option "MaximumStorageCacheSize" to configure the size of
   the new storage cache.
-* New configuration option "ZipLoaderThreads" to configure the number of threads used
-  to read instances from storage when creating a Zip archive/media.
+* New experimental configuration option "ZipLoaderThreads" to configure the number of 
+  threads used to read instances from storage when creating a Zip archive/media.
 * Support decoding of black-and-white images (with 1 bit per pixel), notably DICOM SEG
 * Added links to download attachments from the Orthanc Explorer
 * Fix XSS inside DICOM in Orthanc Explorer (as reported by Stuart Kurutac, NCC Group).  
--- a/OrthancServer/Resources/Configuration.json	Wed Feb 23 06:36:29 2022 +0100
+++ b/OrthancServer/Resources/Configuration.json	Wed Feb 23 09:12:13 2022 +0100
@@ -862,6 +862,6 @@
   // A value of 0 means reading and writing are performed in sequence
   // (default behaviour).  A value > 1 is meaningful only if the storage
   // is a distributed network storage (e.g object storage plugin).
-  // (new in Orthanc 1.10.0)
+  // (new experimental feature in Orthanc 1.10.0)
   "ZipLoaderThreads": 0
 }