Users to be excluded from tracking of user changes.
userchanges.listener.enabled
Type
Boolean
Default
false
Description
Set to 'true' to let the application register the user changes
listener for content events.
userchanges.max-length
Type
Integer
Default
1000
Description
The maximum number of contents in a user's "My Edited
Content" list. The User Changes App will not add further contents
to a list, if the number of contents has reached this maximum. It is
recommended to configure a maximum that can still be handled by
editors. If MongoDB persistence is used, it should be significantly
lower than the maximum number of contents that can be stored in one
MongoDB document, which depends on the length of stored document IDs
but can be estimated to something around 600.000 contents.
userchanges.notifications.workflow.enabled
Type
Boolean
Default
false
Description
Set to 'true' to let the application generate notifications for
workflow events.