We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad0f257 commit 86fc3c1Copy full SHA for 86fc3c1
1 file changed
src/javaxt/sql/ConnectionPool.java
@@ -1023,6 +1023,18 @@ PooledConnectionWrapper markUsed() {
1023
}
1024
1025
1026
+ //**************************************************************************
1027
+ //** forceHealthCheck
1028
1029
+ /** Synchronously runs a single health-check pass. In normal operation the
1030
+ * same health-check runs on a background scheduler every 30 seconds. Safe
1031
+ * to call at any time.
1032
+ */
1033
+ public void forceHealthCheck() {
1034
+ performHealthCheck();
1035
+ }
1036
+
1037
1038
//**************************************************************************
1039
//** getPoolStatistics
1040
0 commit comments