https://bz.apache.org/bugzilla/show_bug.cgi?id=60139
Bug ID: 60139
Summary: Incorrect javadoc on
PoolConfiguration.setValidationInterval
Product: Tomcat 8
Version: 8.5.x-trunk
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: normal
Priority: P2
Component: Documentation
Assignee: [email protected]
Reporter: [email protected]
Issue https://bz.apache.org/bugzilla/show_bug.cgi?id=59923 updated the default
validationInterval, however, the Javadoc on PoolConfiguration was not updated:
/**
* avoid excess validation, only run validation at most at this frequency -
time in milliseconds.
* If a connection is due for validation, but has been validated previously
* within this interval, it will not be validated again.
* The default value is 30000 (30 seconds).
* @param validationInterval the validation interval in milliseconds
*/
public void setValidationInterval(long validationInterval);
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]