From: Sascha Wiswedel Date: Mon, 4 May 2020 11:25:05 +0000 (+0200) Subject: clarified trash bin retention by storage shortage override X-Git-Tag: v17.0.7RC1~38^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=953234db0030a034a79a7d1f379ade8c36c5e509;p=nextcloud-server.git clarified trash bin retention by storage shortage override Signed-off-by: Sascha Wiswedel --- diff --git a/config/config.sample.php b/config/config.sample.php index c840bdd116e..1e7e9afa05d 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -566,7 +566,7 @@ $CONFIG = array( * automatically, delete other files anytime if space needed * * ``D1, D2`` * keep files and folders in the trash bin for at least D1 days and - * delete when exceeds D2 days + * delete when exceeds D2 days (note: files will not be deleted automatically if space is needed) * * ``disabled`` * trash bin auto clean disabled, files and folders will be kept forever *