Merge pull request #20809 from nextcloud/backport/20807/stable17

[stable17] clarified trash bin retention by storage shortage override in config.sample.php
This commit is contained in:
Morris Jobke 2020-05-04 14:07:14 +02:00 committed by GitHub
commit 3a20d43277
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
*