mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
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:
commit
2c256de257
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue