diff OrthancServer/Resources/Configuration.json @ 4918:eb23e13f8b0e

experimental feature: zip loader threads
author Alain Mazy <am@osimis.io>
date Wed, 23 Feb 2022 09:12:13 +0100
parents 45d6ce72a84e
children 1ce32c1ec4cf
line wrap: on
line diff
--- 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
 }