From 1d08bcd7c5911572395455bfed11d55971be8dc1 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 2 Oct 2013 08:51:04 -0500 Subject: [PATCH] Adding some version_added strings to the new accelerate configs docs --- docsite/latest/rst/intro_configuration.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docsite/latest/rst/intro_configuration.rst b/docsite/latest/rst/intro_configuration.rst index 113f94d9e1..6d3e2fae63 100644 --- a/docsite/latest/rst/intro_configuration.rst +++ b/docsite/latest/rst/intro_configuration.rst @@ -443,6 +443,8 @@ Under the [accelerate] header, the following settings are tunable for :doc:`play accelerate_port =============== +.. versionadded:: 1.3 + This is the port to use for accelerate mode:: accelerate_port = 5099 @@ -450,6 +452,8 @@ This is the port to use for accelerate mode:: accelerate_timeout ================== +.. versionadded:: 1.4 + This setting controls the timeout for receiving data from a client. If no data is received during this time, the socket connection will be closed. A keepalive packet is sent back to the controller every 15 seconds, so this timeout should not be set lower than 15 (by default, the timeout is 30 seconds):: accelerate_timeout = 30 @@ -457,6 +461,8 @@ This setting controls the timeout for receiving data from a client. If no data i accelerate_connect_timeout ========================== +.. versionadded:: 1.4 + This setting controls the timeout for the socket connect call, and should be kept relatively low. The connection to the `accelerate_port` will be attempted 3 times before Ansible will fall back to ssh or paramiko (depending on your default connection setting) to try and start the accelerate daemon remotely. The default setting is 1.0 seconds:: accelerate_connect_timeout = 1.0