Assign `open_timeout` option in `apply_request_options`
This commit is contained in:
parent
ee962bab45
commit
b0173dc57a
|
@ -292,6 +292,7 @@ module Google
|
|||
end
|
||||
req.header.update(header)
|
||||
req.options.timeout = options.timeout_sec
|
||||
req.options.open_timeout = options.open_timeout_sec
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in New Issue