Skip to content

Commit 7d0a57e

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 978e27d commit 7d0a57e

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,20 +1441,19 @@ Nextcloud.
14411441
Available values (D1 and D2 are configurable numbers):
14421442

14431443
* ``auto``
1444-
default setting. Keeps files and folders in the trash bin for 30 days
1445-
and automatically deletes anytime after that if space is needed (note:
1446-
files may not be deleted if space is not needed).
1444+
| Default setting. Keeps files and folders in the trash bin for at least **30** days.
1445+
| Then, **if space is needed**, deletes trashed files anytime after that.
14471446
* ``D1, auto``
1448-
keeps files and folders in the trash bin for D1+ days, delete anytime if
1449-
space needed (note: files may not be deleted if space is not needed)
1447+
| Keeps files and folders in the trash bin for at least **D1** days.
1448+
| Then, **if space is needed**, deletes trashed files anytime after that.
14501449
* ``auto, D2``
1451-
delete all files in the trash bin that are older than D2 days
1452-
automatically, delete other files anytime if space needed
1450+
| **If space is needed**, deletes trashed files anytime.
1451+
| After **D2** days, delete all trashed files automatically
14531452
* ``D1, D2``
1454-
keep files and folders in the trash bin for at least D1 days and
1455-
delete when exceeds D2 days (note: files will not be deleted automatically if space is needed)
1453+
| Keeps files and folders in the trash bin for at least **D1** days.
1454+
| Then, after **D2** days, delete all trashed files automatically.
14561455
* ``disabled``
1457-
trash bin auto clean disabled, files and folders will be kept forever
1456+
| Trash bin auto clean is disabled, files and folders will be kept forever.
14581457
14591458
Defaults to ``auto``
14601459

0 commit comments

Comments
 (0)