Skip to content

Commit 08b4d10

Browse files
fix: drop hard-coded Activity app config
These options are moving to the config sample itself in the Server repo. See nextcloud/server#55706. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 1bb524d commit 08b4d10

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

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)