brettwooldridge / HikariCP

光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Apache License 2.0
19.63k stars 2.9k forks source link

what is the default retry count , that hikari cp does when db is down #2165

Open lakshmi23 opened 5 months ago

lakshmi23 commented 5 months ago

in logs i can see the number is 3 , but not sure where it is configured and how do i reduce it ? every time out is 20s , so it is almost 1 minute per request, i do not want that , i want the number of retries to be less