# HG changeset patch # User Sebastien Jodogne # Date 1619694112 -7200 # Node ID c8886cd6cae84e2f1e816746c75718f650daebd4 # Parent 4beebbb3636e3d5a159f06088a011c3028312d4b clarification about "StoreDicom" option diff -r 4beebbb3636e -r c8886cd6cae8 OrthancServer/Resources/Configuration.json --- 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