# HG changeset patch # User Alain Mazy # Date 1626428091 -7200 # Node ID c95e4a1e65ed417994240a2f3416ee4bc9226cd4 # Parent 2f35e6b765e5e87d011dda020eb72c4a63543696 doc StorageAccessOnFind diff -r 2f35e6b765e5 -r c95e4a1e65ed OrthancServer/Resources/Configuration.json --- a/OrthancServer/Resources/Configuration.json Wed Jul 14 17:21:15 2021 +0200 +++ b/OrthancServer/Resources/Configuration.json Fri Jul 16 11:34:51 2021 +0200 @@ -680,7 +680,8 @@ "MediaArchiveSize" : 1, // Performance setting to specify how Orthanc accesses the storage - // area during C-FIND. Three modes are available: (1) "Always" + // area during find operations (C-FIND, /tools/find API route and + // QIDO-RS in dicom-web). Three modes are available: (1) "Always" // allows Orthanc to read the storage area as soon as it needs an // information that is not present in its database (slowest mode), // (2) "Never" prevents Orthanc from accessing the storage area, and