Mercurial > hg > orthanc
changeset 4753:c95e4a1e65ed
doc StorageAccessOnFind
author | Alain Mazy <am@osimis.io> |
---|---|
date | Fri, 16 Jul 2021 11:34:51 +0200 |
parents | 2f35e6b765e5 |
children | 00044831357a |
files | OrthancServer/Resources/Configuration.json |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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