我知道什么是连接超时,但是在这种情况下,对我来说有点奇怪。当我尝试连接时,收到以下异常
Connection is not available, request timed out after 40501ms
。
超时时间可能在30到60秒之间变化,而在配置中为600秒。
Hikari配置:
driver-class-name: org.postgresql.Driver
connection-timeout: 600000
idle-timeout: 600000
maximum-pool-size: 40
minimum-idle: 30
... //prep statements configuration
我的问题是:为什么我们在获得连接时会有不同的超时时间?只是任何想法。