Browse code

commented out default options

Brian Coca authored on 2017/03/29 07:41:26
Showing 1 changed files
... ...
@@ -381,19 +381,19 @@
381 381
 # how long the persistent connection will remain idle before it is destroyed.  
382 382
 # If the connection doesn't receive a request before the timeout value 
383 383
 # expires, the connection is shutdown.  The default value is 30 seconds.
384
-connect_timeout = 30
384
+#connect_timeout = 30
385 385
 
386 386
 # Configures the persistent connection retries.  This value configures the
387 387
 # number of attempts the ansible-connection will make when trying to connect
388 388
 # to the local domain socket.  The default value is 30.
389
-connect_retries = 30
389
+#connect_retries = 30
390 390
 
391 391
 # Configures the amount of time in seconds to wait between connection attempts 
392 392
 # to the local unix domain socket.  This value works in conjunction with the
393 393
 # connect_retries value to define how long to try to connect to the local
394 394
 # domain socket when setting up a persistent connection.  The default value is
395 395
 # 1 second.
396
-connect_interval = 1
396
+#connect_interval = 1
397 397
 
398 398
 [accelerate]
399 399
 #accelerate_port = 5099