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

Add ConnectTimeout specifically for new connections #11

Merged
merged 1 commit into from
Mar 16, 2023

Conversation

56quarters
Copy link

The current timeout applies to connections, reads, and writes. This introduces a separate timeout to be use for connections since they can take longer than reads and writes in some cases (when TLS is being used).

The current timeout applies to connections, reads, and writes. This
introduces a separate timeout to be use for connections since they can
take longer than reads and writes in some cases (when TLS is being used).

Signed-off-by: Nick Pillitteri <nick.pillitteri@grafana.com>
@56quarters 56quarters marked this pull request as ready for review March 16, 2023 17:51
@56quarters 56quarters merged commit a081dae into master Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant