Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow to define open and read timeout individualy #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 23, 2024

  1. Allow to define open and read timeout individualy

    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
    ceritium committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c7f4350 View commit details
    Browse the repository at this point in the history