sysown / proxysql

High-performance MySQL proxy with a GPL license.
http://www.proxysql.com
GNU General Public License v3.0
6.05k stars 983 forks source link

Documentation error: mysql-default_query_timeout default is not correctly documented #4563

Closed michaeldg closed 5 months ago

michaeldg commented 5 months ago

Hey,

The documentation for mysql-default_query_timeout mentions in the list that the default is 36000k (10 hours). When clicking through to the anchor, it mentions the default is 86400k (24 hours).

https://proxysql.com/documentation/global-variables/mysql-variables/#mysql-default_query_timeout

The actual default in ProxySQL is 10 hours. Please update the documentation accordingly.

Thank you,

JavierJF commented 5 months ago

Hi @michaeldg,

thanks for the heads up, this is now fixed. The actual default for ProxySQL has always being 24h. Now both places in the doc reflect this fact.

Thanks, I'm closing this issue as completed. Regards, Javier.