Mercurial > hg > orthanc-book
changeset 1086:28c52e047cf1
merge
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Fri, 28 Jun 2024 11:15:29 +0200 |
parents | 05d37a5abcc4 (diff) 337bbecf74c0 (current diff) |
children | faf18bfe89a0 |
files | |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/features.rst Thu Jun 27 11:21:32 2024 +0200 +++ b/Sphinx/source/faq/features.rst Fri Jun 28 11:15:29 2024 +0200 @@ -264,7 +264,7 @@ file, it pre-computes a JSON summary of its DICOM tags, and caches this JSON file as an attachment to the DICOM instance (accessible at the ``/instances/{...}/attachments/dicom-as-json/`` URI). This -attachment is used as a cache to seep up future accesses to +attachment is used as a cache to speed up future accesses to ``/instances/.../tags``, lookups using ``/tools/find`` or C-FIND queries. @@ -272,6 +272,10 @@ subsequently modified, which implies that the cached JSON file does not perfectly match the new dictionary. +Starting from 1.9.0, these files are not necessary anymore. They can +possibly be removed by the :ref:`Housekeeper plugin <housekeeper-plugin>` +to reclaim disk space. + .. highlight:: bash Since Orthanc 1.2.0, you can force the re-generation of the cached