Proxool disconnects active threads after 5 minutes

Description

Openfire/src/java/org/jivesoftware/database/DefaultConnectionProvider.java
has the maximum active time set to 15 minutes. This is not working, and the proxool housekeeping service disconnects the thread after 5 minutes (default timeout per docs).

There appears to be a typo in setting the property
settings.setProperty("proxool.maximum-activetime", Integer.toString(activeTimeout));

per http://proxool.sourceforge.net/properties.html
it looks like it should be
settings.setProperty("proxool.maximum-active-time", Integer.toString(activeTimeout));

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Components

Fix versions

Priority

Created October 13, 2016 at 8:39 PM
Updated November 1, 2016 at 4:29 PM
Resolved November 1, 2016 at 4:29 PM

Flag notifications