commented out default options
This commit is contained in:
parent
0ed86775f0
commit
e10adc27cc
1 changed files with 3 additions and 3 deletions
|
@ -381,19 +381,19 @@
|
||||||
# how long the persistent connection will remain idle before it is destroyed.
|
# how long the persistent connection will remain idle before it is destroyed.
|
||||||
# If the connection doesn't receive a request before the timeout value
|
# If the connection doesn't receive a request before the timeout value
|
||||||
# expires, the connection is shutdown. The default value is 30 seconds.
|
# expires, the connection is shutdown. The default value is 30 seconds.
|
||||||
connect_timeout = 30
|
#connect_timeout = 30
|
||||||
|
|
||||||
# Configures the persistent connection retries. This value configures the
|
# Configures the persistent connection retries. This value configures the
|
||||||
# number of attempts the ansible-connection will make when trying to connect
|
# number of attempts the ansible-connection will make when trying to connect
|
||||||
# to the local domain socket. The default value is 30.
|
# to the local domain socket. The default value is 30.
|
||||||
connect_retries = 30
|
#connect_retries = 30
|
||||||
|
|
||||||
# Configures the amount of time in seconds to wait between connection attempts
|
# Configures the amount of time in seconds to wait between connection attempts
|
||||||
# to the local unix domain socket. This value works in conjunction with the
|
# to the local unix domain socket. This value works in conjunction with the
|
||||||
# connect_retries value to define how long to try to connect to the local
|
# connect_retries value to define how long to try to connect to the local
|
||||||
# domain socket when setting up a persistent connection. The default value is
|
# domain socket when setting up a persistent connection. The default value is
|
||||||
# 1 second.
|
# 1 second.
|
||||||
connect_interval = 1
|
#connect_interval = 1
|
||||||
|
|
||||||
[accelerate]
|
[accelerate]
|
||||||
#accelerate_port = 5099
|
#accelerate_port = 5099
|
||||||
|
|
Loading…
Reference in a new issue