Skip to content

Commit 518e436

Browse files
feat: add section on activity app admin configuration to include mail_max_items config
Signed-off-by: Cristian Scheid <cristianscheid@gmail.com>
1 parent e98a854 commit 518e436

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

admin_manual/configuration_server/activity_configuration.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ As an administrator, you can:
5656
emails immediately, truncate or clear the ``oc_activity_mq`` database
5757
table.
5858

59+
* Configure the maximum number of activities fully displayed in notification emails
60+
using the ``mail_max_items`` setting. Activities beyond this limit are summarised
61+
as *"and X more"* at the bottom of the email. The default is ``200`` and the
62+
maximum allowed value is ``1000``. For example, to set it to ``500``::
63+
64+
sudo -E -u www-data php occ config:app:set activity mail_max_items --value=500
5965

6066
Configuration reference
6167
-----------------------

0 commit comments

Comments
 (0)