Skip to content

Commit

Permalink
updated ansible timeout settings
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ-Acevedo committed Dec 18, 2020
1 parent 616d3ee commit bda2428
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ These dotfiles are a set of configuration files for macOS and Linux, that make m

dotfiles are like a programmers toolbox.

I am using macOS Big Sur 11.1 and my preferred Linux distributions are Debian and Ubuntu.
I am using macOS Big Sur 11.1 and my preferred Linux distributions are Debian and Ubuntu 20.04.


For more information on dotfiles, checkout [dotfiles.github.io](http://dotfiles.github.io/)
Expand Down
4 changes: 2 additions & 2 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ retry_files_enabled = False
# how long the persistent connection will remain idle before it is destroyed.
# If the connection doesn't receive a request before the timeout value
# expires, the connection is shutdown. The default value is 30 seconds.
#connect_timeout = 100
connect_timeout = 600

# Configures the persistent connection retry timeout. This value configures the
# the retry timeout that ansible-connection will wait to connect
Expand All @@ -441,7 +441,7 @@ retry_files_enabled = False
# or RPC call before timing out. The value for the command timeout must
# be less than the value of the persistent connection idle timeout (connect_timeout)
# The default value is 10 second.
#command_timeout = 100
command_timeout = 600

[accelerate]
#accelerate_port = 5099
Expand Down

0 comments on commit bda2428

Please sign in to comment.