Mercurial > hg > orthanc-book
changeset 862:71e339681c6b
delayed deletion
author | Alain Mazy <am@osimis.io> |
---|---|
date | Thu, 30 Jun 2022 18:34:53 +0200 |
parents | c3e169fe22da |
children | 6445d9729c45 |
files | Sphinx/source/users/docker-osimis.rst |
diffstat | 1 files changed, 9 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst Thu Jun 30 17:59:23 2022 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Thu Jun 30 18:34:53 2022 +0200 @@ -368,7 +368,15 @@ | | | | | | | { | | | | "Housekeeper": { | -| | | "Enable": false | +| | | "Enable": true | +| | | } | +| | | } | ++--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ +| **DelayedDeletion** | ``DELAYED_DELETION_PLUGIN_ENABLED`` | .. code-block:: json | +| | | | +| | | { | +| | | "DelayedDeletion": { | +| | | "Enable": true | | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ @@ -445,7 +453,6 @@ | | | } | | | | } | +--------------------------------------------------+--------------------------------------------------+----------------------------------------------------------------------------------------------------+ - Under the hood --------------