Why: Open timeouts should be very low in general because that's
for the initial connection, as opposed to the time waiting for a
response after a successful connection, which is what read_timeout
is for. I would normally set open_timeout to 5 seconds or less, but
I set it to 10 to match a recent change in the ruby-bgs repo.
Why: Open timeouts should be very low in general because that's for the initial connection, as opposed to the time waiting for a response after a successful connection, which is what
read_timeout
is for. I would normally setopen_timeout
to 5 seconds or less, but I set it to 10 to match a recent change in theruby-bgs
repo.