Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSascha Wiswedel <sascha.wiswedel@nextcloud.com>2020-05-04 14:25:05 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2020-05-04 14:40:07 +0300
commitc9fa25c18a53f80aad63818d432c3e8e2ce59959 (patch)
tree574558b03d8bee81170428c49970e3d9fef6c370 /config
parentbacd9c4e6b99084d48c3b770ee1df48442c859e7 (diff)
clarified trash bin retention by storage shortage override
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
Diffstat (limited to 'config')
-rw-r--r--config/config.sample.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php
index 4e83563b09e..ac27f42f1f7 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
*