Hi,
the recommended JavaEE configuration example on
http://syncope.apache.org/docs/reference-guide.html#javaee-container
contains
<Resource ... removeAbandonedTimeout="20000" ... />
Is this intentional? Seems strange to me, as this setting is in seconds
(corresponding to more than 5 hours), according to
https://tomcat.apache.org/tomcat-8.5-doc/jdbc-pool.html
Seems to have been introduced long ago in
https://issues.apache.org/jira/browse/SYNCOPE-61 , which talks about
milliseconds.
Or do I overlook something here?
Cheers,
Guido