# HG changeset patch
# User Alain Mazy <am@orthanc.team>
# Date 1730809456 -3600
# Node ID 3ba00e52b26770a23c1ee575a1a5bd6633da6e31
# Parent  a588960a72e55c090f3d41036ead2b15da84ddfb
fix HK doc

diff -r a588960a72e5 -r 3ba00e52b267 Sphinx/source/plugins/housekeeper.rst
--- 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"
+
     }
   }