# HG changeset patch # User amazy # Date 1568025267 -7200 # Node ID 9bf6445715118ed0f3c1434d523572d9f18dca64 # Parent 3d718457cfb6cfcf98c6297761b34d3ec2895e2e fix doc wrt recycling order diff -r 3d718457cfb6 -r 9bf644571511 Sphinx/source/faq/features.rst --- a/Sphinx/source/faq/features.rst Thu Sep 05 08:40:48 2019 +0200 +++ b/Sphinx/source/faq/features.rst Mon Sep 09 12:34:27 2019 +0200 @@ -38,9 +38,9 @@ time inside Orthanc can be automatically deleted when the disk space used by Orthanc grows above a threshold, or when the number of stored patients grows above a threshold. This feature enables the automated -control of the disk space dedicated to Orthanc. Note that pushing a -new study for an existing patient will not change its position in the -recycling order. +control of the disk space dedicated to Orthanc. Note that each time +a new instance is received for an existing patient, the patient will +be marked as the most recent one in the recycling order. Recycling is controlled by the ``MaximumStorageSize`` and the ``MaximumPatientCount`` options in the :ref:`Orthanc configuration