We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d453cee commit 51756a4Copy full SHA for 51756a4
lib/oauth/consumer.rb
@@ -371,7 +371,7 @@ def create_http(_url = nil)
371
http_object.verify_depth = 5
372
end
373
374
- http_object.read_timeout = http_object.open_timeout = @options[:timeout] || 30
+ http_object.read_timeout = http_object.open_timeout = @options[:timeout] || 60
375
http_object.open_timeout = @options[:open_timeout] if @options[:open_timeout]
376
http_object.ssl_version = @options[:ssl_version] if @options[:ssl_version]
377
http_object.set_debug_output(debug_output) if debug_output
0 commit comments