Skip to content

Commit 033dc99

Browse files
author
T.J. Yang
committed
https://github.com/jbussdieker/ruby-salt-api/pull/6
1 parent cdd19a6 commit 033dc99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/salt/api/client.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ def client
99
Net::HTTP.new(hostname, port).tap do |client|
1010
client.use_ssl = use_ssl
1111
client.open_timeout = timeout
12+
client.read_timeout = read_timeout
1213
# TODO: Allow specifying CA and such
1314
client.verify_mode = OpenSSL::SSL::VERIFY_NONE
1415
end

0 commit comments

Comments
 (0)