Paths to be excluded from tracking of user changes.
userchanges.excluded-user-names
Type
java.util.List<java.lang.String>
Default
admin
Description
Users to be excluded from tracking of user changes.
userchanges.max-length
Type
java.lang.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, and is a lot lower than the maximum number of contents that
can be stored in a MongoDB document. The latter depends on the length
of stored document IDs but can be estimated to something around
600.000 contents.