department-of-veterans-affairs / connect_vbms

VBMS SOAP API client
Other
17 stars 9 forks source link

Set open_timeout to 10 seconds #225

Closed monfresh closed 5 years ago

monfresh commented 5 years ago

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.