Skip to content

Commit a81c1f6

Browse files
authored
Merge pull request #13789 from nextcloud/jtr/fix-activity-config-sample-hardcoded
fix: drop hard-coded Activity app config
2 parents 6317b27 + 77849df commit a81c1f6

File tree

2 files changed

+2
-24
lines changed

2 files changed

+2
-24
lines changed

admin_manual/configuration_server/activity_configuration.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ Furthermore it is recommended to configure the background job ``Webcron`` or
2929
``Cron`` as described in :doc:`background_jobs_configuration`.
3030

3131
There is also a configuration option ``activity_expire_days`` available in your
32-
``config.php`` (See :ref:`label-activity-app-config`) which allows
33-
you to clean-up older activities from the database.
32+
``config.php`` which allows you to clean-up older activities from the database.
3433

3534
.. _label-activities-groupfolders:
3635

@@ -87,4 +86,4 @@ exclude these users from expiration::
8786
'second_admin'
8887
]
8988

90-
For these users, their activity records will never deleted from the database.
89+
For these users, their activity records will never deleted from the database.

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -4223,27 +4223,6 @@ Defaults to ``true``
42234223
App config options
42244224
------------------
42254225

4226-
.. _label-activity-app-config:
4227-
4228-
Activity app
4229-
^^^^^^^^^^^^
4230-
4231-
Retention for activities of the activity app:
4232-
4233-
4234-
::
4235-
4236-
'activity_expire_days' => 365,
4237-
4238-
Every day a cron job is ran, which deletes all activities for all users
4239-
which are older then the number of days that is set for ``activity_expire_days``
4240-
4241-
::
4242-
4243-
'activity_use_cached_mountpoints' => false,
4244-
4245-
Before enabling this, read the warning in :ref:`label-activities-groupfolders`
4246-
42474226
Settings app
42484227
^^^^^^^^^^^^
42494228

0 commit comments

Comments
 (0)