changeset 278:9bf644571511

fix doc wrt recycling order
author amazy
date Mon, 09 Sep 2019 12:34:27 +0200
parents 3d718457cfb6
children 96750e66dd87
files Sphinx/source/faq/features.rst
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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