# HG changeset patch # User Sebastien Jodogne # Date 1645605053 -3600 # Node ID ce64d8995a41e2231ceea19bc8258305bda6430a # Parent 676e03e69703cd0e8a60285bae072fff878f8bc0# Parent eb23e13f8b0ee783dc94141a8ca94914fa1eb301 merge diff -r 676e03e69703 -r ce64d8995a41 NEWS --- a/NEWS Wed Feb 23 09:30:42 2022 +0100 +++ b/NEWS Wed Feb 23 09:30:53 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). diff -r 676e03e69703 -r ce64d8995a41 OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Wed Feb 23 09:30:42 2022 +0100 +++ b/OrthancServer/Resources/Configuration.json Wed Feb 23 09:30:53 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 }