Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)
Allow disabling of PEP service to reduce DB queries
Description
Allow disabling of PEP service to reduce DB queries. Set the system property "xmpp.pep.enable" to "false" to disable the service.
Environment
None
Activity
Show:
Gernot Pansy May 27, 2008 at 9:31 PM
The system property is actually "xmpp.pep.enabled". I tried to disable without luck. but after a quick look into the code, its working now (or better it's really disabled now).
Francisco Vives April 24, 2008 at 3:44 AM
When a user is logged, the following query is executed once: SELECT DISTINCT serviceID FROM pubsubNode WHERE serviceID=?
Allow disabling of PEP service to reduce DB queries. Set the system property "xmpp.pep.enable" to "false" to disable the service.