Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions admin_manual/configuration_server/activity_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ Furthermore it is recommended to configure the background job ``Webcron`` or
``Cron`` as described in :doc:`background_jobs_configuration`.

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

.. _label-activities-groupfolders:

Expand Down Expand Up @@ -87,4 +86,4 @@ exclude these users from expiration::
'second_admin'
]

For these users, their activity records will never deleted from the database.
For these users, their activity records will never deleted from the database.
21 changes: 0 additions & 21 deletions admin_manual/configuration_server/config_sample_php_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The warning should probably be removed as well, as it's now in the config.sample.php?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps. Maybe revisit whenever the Activity chapter gets reworked at some point down the road?


Settings app
^^^^^^^^^^^^

Expand Down