diff OrthancServer/Resources/Configuration.json @ 4647:c8886cd6cae8

clarification about "StoreDicom" option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Apr 2021 13:01:52 +0200
parents 95ffe3b6ef7c
children 82a314325351
line wrap: on
line diff
--- a/OrthancServer/Resources/Configuration.json	Wed Apr 28 17:50:26 2021 +0200
+++ b/OrthancServer/Resources/Configuration.json	Thu Apr 29 13:01:52 2021 +0200
@@ -555,8 +555,11 @@
   "HttpThreadsCount" : 50,
 
   // If this option is set to "false", Orthanc will run in index-only
-  // mode. The DICOM files will not be stored on the drive. Note that
-  // this option might prevent the upgrade to newer versions of Orthanc.
+  // mode. The DICOM files will not be stored on the drive: Orthanc
+  // only indexes the small subset of the so-called "main DICOM tags"
+  // in its SQL database. Note that this option might prevent the
+  // upgrade to newer versions of Orthanc. Also note that this
+  // behavior might not be available with the storage area plugins.
   "StoreDicom" : true,
 
   // DICOM associations initiated by Lua scripts are kept open as long