Default timeout for mysql and rabbit is too large
diff --git a/haproxy/files/haproxy.cfg b/haproxy/files/haproxy.cfg
index 4266f73..5baf118 100644
--- a/haproxy/files/haproxy.cfg
+++ b/haproxy/files/haproxy.cfg
@@ -73,17 +73,11 @@
   balance roundrobin
   mode tcp
   option tcpka
-  timeout client 48h
-  timeout server 48h
   {%- elif listen.get('type', None) == 'mysql' %}
   balance leastconn
   mode tcp
-  option httpchk
   option tcplog
-  option clitcpka
-  option srvtcpka
-  timeout client  28801s
-  timeout server  28801s
+  option tcpka
   option mysql-check user haproxy
   {%- elif listen.get('type', None) == 'horizon' %}
   balance  source