http
http copied to clipboard
project level timeout
I want to set a project level timeout
is HTTP.default_options = { timeout_class: HTTP::Timeout::Global, timeout_options: { global_timeout: 10 } } ok?
I'd suggest asking about this in #773 where we are discussing a redesign of the timeout subsystem
@tarcieri it works