diff --git a/lib/seam/request.rb b/lib/seam/request.rb index 6d4e542..49e6c49 100644 --- a/lib/seam/request.rb +++ b/lib/seam/request.rb @@ -17,7 +17,6 @@ def self.create_faraday_client(endpoint, auth_headers, faraday_options = {}, far default_options = { url: endpoint, headers: auth_headers.merge(default_headers), - # open_timeout bounds the connect phase, which timeout does not cover. request: {timeout: timeout, open_timeout: timeout} }