From c49d842ed2f31de8fc7020af6f837715e40147fc Mon Sep 17 00:00:00 2001
From: markt
(String) The name of a class which implements the
+ org.apache.tomcat.jdbc.pool.Validator interface and
+ provides a no-arg constructor (may be implicit). If specified, the
+ class will be used to create a Validator instance which is then used
+ instead of any validation query to validate connections. The default
+ value is null. An example value is
+ com.mycompany.project.SimpleValidator.
+
(int) The number of milliseconds to sleep between runs of the idle connection validation/cleaner thread. This value should not be set under 1 second. It dictates how often we check for idle, abandoned connections, and how often -- 2.11.0