You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation uses the argument `timeout` to define both
open and read timeout; therefore, for a timeout of 30 seconds, the query
will have a total timeout of 60 seconds. Also, it's common to want to
define a lower open timeout but allow larger read timeouts.
Closes: ruby#45
Hi, is there any reason why we can't define open_timeout and read_timeout independently?
I would be happy to implement it; I think the following code would be enough:
The text was updated successfully, but these errors were encountered: