]> granicus.if.org Git - pdns/commit
Increase MySQL client timeouts from 10 seconds
authorBrynjar Eide <github@segfault.no>
Thu, 14 Apr 2016 17:56:10 +0000 (19:56 +0200)
committerBrynjar Eide <github@segfault.no>
Thu, 14 Apr 2016 17:56:10 +0000 (19:56 +0200)
commitc22b388662af82a49433c7a5642d5173d820d8aa
tree3a5819499f525945164ad75d52f3ae618ee36c51
parent5c2de4ca67a1615b16cdeebfe41232d8a520c5cd
Increase MySQL client timeouts from 10 seconds

If a query runs for 10 seconds or more, the connection is killed from the client side.

Bumping this timeout value to three minutes should hopefully be good enough for most situations, until a configurable option can be added.
modules/gmysqlbackend/smysql.cc