From d0458bc4e5509182e913accff39d5b1f917f6beb Mon Sep 17 00:00:00 2001 From: ccaraman Date: Wed, 30 Nov 2016 14:31:40 -0800 Subject: [PATCH] Docs: Remove '.' (#258) --- docs/intro/arch_overview/tcp_proxy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/arch_overview/tcp_proxy.rst b/docs/intro/arch_overview/tcp_proxy.rst index 76ab3e906360..6177a52d9322 100644 --- a/docs/intro/arch_overview/tcp_proxy.rst +++ b/docs/intro/arch_overview/tcp_proxy.rst @@ -10,7 +10,7 @@ such as the :ref:`MongoDB filter ` or the :ref:`rate limit ` filter. The TCP proxy filter will respect the -:ref:`connection limits `. +:ref:`connection limits ` imposed by each upstream cluster's global resource manager. The TCP proxy filter checks with the upstream cluster's resource manager if it can create a connection without going over that cluster's maximum number of connections, if it can't the TCP proxy will not make the connection.