Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -830,20 +830,19 @@
* Available values (D1 and D2 are configurable numbers):
*
* * ``auto``
* default setting. Keeps files and folders in the trash bin for 30 days
* and automatically deletes anytime after that if space is needed (note:
* files may not be deleted if space is not needed).
* | Default setting. Keeps files and folders in the trash bin for at least **30** days.
* | Then, **if space is needed**, deletes trashed files anytime after that.
* * ``D1, auto``
* keeps files and folders in the trash bin for D1+ days, delete anytime if
* space needed (note: files may not be deleted if space is not needed)
* | Keeps files and folders in the trash bin for at least **D1** days.
* | Then, **if space is needed**, deletes trashed files anytime after that.
* * ``auto, D2``
* delete all files in the trash bin that are older than D2 days
* automatically, delete other files anytime if space needed
* | **If space is needed**, deletes trashed files anytime.
* | After **D2** days, delete all trashed files automatically
* * ``D1, D2``
* keep files and folders in the trash bin for at least D1 days and
* delete when exceeds D2 days (note: files will not be deleted automatically if space is needed)
* | Keeps files and folders in the trash bin for at least **D1** days.
* | Then, after **D2** days, delete all trashed files automatically.
* * ``disabled``
* trash bin auto clean disabled, files and folders will be kept forever
* | Trash bin auto clean is disabled, files and folders will be kept forever.
*
* Defaults to ``auto``
*/
Expand Down
Loading