File tree Expand file tree Collapse file tree
admin_manual/configuration_server Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,6 +31,18 @@ Furthermore it is recommended to configure the background job ``Webcron`` or
3131There is also a configuration option ``activity_expire_days `` available in your
3232``config.php `` which allows you to clean-up older activities from the database.
3333
34+ Admin settings
35+ ^^^^^^^^^^^^^^
36+
37+ As an administrator, you can:
38+
39+ * Configure the maximum number of activities fully displayed in notification emails
40+ using the ``mail_max_items `` setting. Activities beyond this limit are summarised
41+ as *"and X more" * at the bottom of the email. The default is ``200 `` and the
42+ maximum allowed value is ``1000 ``. For example, to set it to ``500 ``::
43+
44+ occ config:app:set activity mail_max_items --value=500
45+
3446.. _label-activities-groupfolders :
3547
3648Activities in groupfolders or external storages
You can’t perform that action at this time.
0 commit comments