Skip to content

Commit 462c1d5

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent 49677ce commit 462c1d5

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4626,6 +4626,20 @@ Less than one day is not allowed, so set it to 0 to disable the deletion.
46264626

46274627
Defaults to ``0``.
46284628

4629+
background_jobs_expiration_days
4630+
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4631+
4632+
4633+
::
4634+
4635+
'background_jobs_expiration_days' => 60,
4636+
4637+
Delete job runs older than a certain number of days.
4638+
4639+
Less than one day is not allowed.
4640+
4641+
Defaults to ``60``.
4642+
46294643
.. ALL_OTHER_SECTIONS_END
46304644
.. Generated content above. Don't change this.
46314645

0 commit comments

Comments
 (0)