mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
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>
This commit is contained in:
@@ -4223,27 +4223,6 @@ Defaults to ``true``
|
||||
App config options
|
||||
------------------
|
||||
|
||||
.. _label-activity-app-config:
|
||||
|
||||
Activity app
|
||||
^^^^^^^^^^^^
|
||||
|
||||
Retention for activities of the activity app:
|
||||
|
||||
|
||||
::
|
||||
|
||||
'activity_expire_days' => 365,
|
||||
|
||||
Every day a cron job is ran, which deletes all activities for all users
|
||||
which are older then the number of days that is set for ``activity_expire_days``
|
||||
|
||||
::
|
||||
|
||||
'activity_use_cached_mountpoints' => false,
|
||||
|
||||
Before enabling this, read the warning in :ref:`label-activities-groupfolders`
|
||||
|
||||
Settings app
|
||||
^^^^^^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user