From 58eb9828b0a663e721e5db94748e4a3a7fb158e0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 29 Apr 2018 19:35:43 +0100 Subject: [PATCH] docs: remove limitation. --- docs/ansible.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/ansible.rst b/docs/ansible.rst index d28c0de0..aad5966c 100644 --- a/docs/ansible.rst +++ b/docs/ansible.rst @@ -205,10 +205,6 @@ container. * Delegated connection setup is single-threaded; only one connection can be constructed in parallel per intermediary. - * Unbounded queue RAM growth may occur in an intermediary during large file - transfers if the link between any two hops is slower than the link - between the controller and the first hop. - * Inferring the configuration of intermediaries may be buggy, manifesting as duplicate connections between hops, due to not perfectly replicating the configuration Ansible would normally use for the intermediary.