From f381ff7cf6172076e8a7439117522676f85ea3e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Sun, 24 Jul 2016 11:07:29 +0000 Subject: [PATCH] Updated documentation on #630 --- doc/monitor.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/monitor.md b/doc/monitor.md index 0827375a2..17549f563 100644 --- a/doc/monitor.md +++ b/doc/monitor.md @@ -115,3 +115,8 @@ Version v1.2.1 tries to overcome this limitation with a new implementation. Now: Connection purging ================== Monitor implements its own connection pool. Connections that are alive for more than 3 * `mysql_thread___monitor_ping_interval` milliseconds are automatically purged + +wait_timeout +------------ + +To prevent that backends terminated connections, Monitor module automatically configures `wait_timeout` = `mysql_thread___monitor_ping_interval` * 10