diff options
author | Morris Jobke <hey@morrisjobke.de> | 2020-05-04 13:37:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-04 13:37:29 +0200 |
commit | 2c256de2571f9d134642bb80639fa838198f47ec (patch) | |
tree | bcbca3a78be3f2fac289f50719a94a199264ac13 | |
parent | a93d182bac88707002b70d2dcc881b2a1020b749 (diff) | |
parent | a85191330b3d84d67db378ae8056b96659deeb8d (diff) | |
download | nextcloud-server-2c256de2571f9d134642bb80639fa838198f47ec.tar.gz nextcloud-server-2c256de2571f9d134642bb80639fa838198f47ec.zip |
Merge pull request #20807 from nextcloud/wiswedel/trashbinRetentionClarification
clarified trash bin retention by storage shortage override in config.sample.php
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 268838a1768..5a2caaf979f 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -607,7 +607,7 @@ $CONFIG = [ * 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 * |