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=?

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created April 18, 2008 at 2:16 AM
Updated May 27, 2008 at 9:31 PM
Resolved April 18, 2008 at 2:22 AM

Flag notifications