Mercurial > hg > orthanc-book
changeset 1114:3ba00e52b267
fix HK doc
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 05 Nov 2024 13:24:16 +0100 (4 months ago) |
parents | a588960a72e5 |
children | 40429876c729 |
files | Sphinx/source/plugins/housekeeper.rst |
diffstat | 1 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/plugins/housekeeper.rst Mon Oct 28 09:23:08 2024 +0100 +++ b/Sphinx/source/plugins/housekeeper.rst Tue Nov 05 13:24:16 2024 +0100 @@ -77,7 +77,14 @@ "UnnecessaryDicomAsJsonFiles": true, "IngestTranscodingChange": true, "DicomWebCacheChange": true // new in 1.12.2 - } + }, + + // When rebuilding MainDicomTags, limit to a single level of resource + // which can greatly improve performances e.g. if you have only updated + // the Study level ExtraMainDicomTags. + // Allowed values: "Patient", "Study", "Series", "Instance", "All" + "LimitMainDicomTagsReconstructLevel": "All" + } }