Skip to content
Open
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
6 changes: 6 additions & 0 deletions admin_manual/configuration_server/activity_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@ As an administrator, you can:
emails immediately, truncate or clear the ``oc_activity_mq`` database
table.

* Configure the maximum number of activities fully displayed in notification emails
using the ``mail_max_items`` setting. Activities beyond this limit are summarised
as *"and X more"* at the bottom of the email. The default is ``200`` and the
maximum allowed value is ``1000``. For example, to set it to ``500``::

occ config:app:set activity mail_max_items --value=500

Configuration reference
-----------------------
Expand Down
Loading