Merge pull request #20807 from nextcloud/wiswedel/trashbinRetentionClarification

clarified trash bin retention by storage shortage override in config.sample.php
This commit is contained in:
Morris Jobke 2020-05-04 13:37:29 +02:00 committed by GitHub
commit 2c256de257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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