Mercurial > hg > orthanc
changeset 4920:ce64d8995a41
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 23 Feb 2022 09:30:53 +0100 |
parents | 676e03e69703 (current diff) eb23e13f8b0e (diff) |
children | 309fb4f02704 |
files | |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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).
--- 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 }