03-21-2012 06:38 AM
We're currently using ActivityStreamService with our own activities. The corresponding Hibernate managed table 'nxp_activities' is filled very quickly by low level activities : documentCreated, documentModified.
We also have performance problems due to that overload.
How to disable this activities ?
03-21-2012 07:30 AM
The activities about documentCreated
, documentModified
and documentRemoved
are logged through the ActivityStreamListener
listener.
You can disable it with the following contribution:
<require>org.nuxeo.ecm.activity.listeners</require>
<extension target="org.nuxeo.ecm.core.event.EventServiceComponent"
point="listener">
<listener name="activityStreamListener" enabled="false" />
</extension>
03-21-2012 07:30 AM
The activities about documentCreated
, documentModified
and documentRemoved
are logged through the ActivityStreamListener
listener.
You can disable it with the following contribution:
<require>org.nuxeo.ecm.activity.listeners</require>
<extension target="org.nuxeo.ecm.core.event.EventServiceComponent"
point="listener">
<listener name="activityStreamListener" enabled="false" />
</extension>
03-21-2012 07:40 AM
thank you very much for responding so quickly Thomas
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.