brettwooldridge / HikariCP

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

broken link in wiki FAQ #2121

Closed shalk closed 11 months ago

shalk commented 12 months ago

In page https://github.com/brettwooldridge/HikariCP/wiki/FAQ

A: Configure your HikariCP idleTimeout and maxLifeTime settings to be one minute less than the wait_timeout of MySQL. See this article about setting MySQL timeout values.

http://www.rackspace.com/knowledge_center/article/how-to-change-the-mysql-timeout-on-a-server is gone

use https://docs.rackspace.com/docs/how-to-change-the-mysql-timeout-on-a-server instead

lfbayer commented 11 months ago

@shalk Done. Thanks!