File tree Expand file tree Collapse file tree 2 files changed +2
-24
lines changed
admin_manual/configuration_server Expand file tree Collapse file tree 2 files changed +2
-24
lines changed Original file line number Diff line number Diff 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
3131There 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.
Original file line number Diff line number Diff 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-
42474226Settings app
42484227^^^^^^^^^^^^
42494228
You can’t perform that action at this time.
0 commit comments