History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: JM-1331
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Gaston Dombiak
Reporter: Gaston Dombiak
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Openfire

Allow disabling of PEP service to reduce DB queries

Created: 04/17/08 02:16 PM   Updated: 05/27/08 09:31 AM
Component/s: Core
Affects Version/s: 3.5.0
Fix Version/s: 3.5.1

Time Tracking:
Not Specified

Support Plan Customer Issue: No
Resolution Date: 04/17/08 02:22 PM
Acceptance Test - Add?: No


 Description  « Hide
Allow disabling of PEP service to reduce DB queries. Set the system property "xmpp.pep.enable" to "false" to disable the service.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Francisco Vives - 04/23/08 03:44 PM
When a user is logged, the following query is executed once: SELECT DISTINCT serviceID FROM pubsubNode WHERE serviceID=?

Gernot Pansy - 05/27/08 09:31 AM
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).