Skip to content
This repository was archived by the owner on Jul 9, 2023. It is now read-only.

Add support for connect timeout #673

Merged
merged 1 commit into from
Nov 21, 2019
Merged

Add support for connect timeout #673

merged 1 commit into from
Nov 21, 2019

Conversation

ByronAP
Copy link
Contributor

@ByronAP ByronAP commented Nov 21, 2019

If establishing a connection takes longer than ConnectTimeOutSeconds it will try the next address or fail the connect instead of waiting for the default timeout which is usually 20-30 seconds. Most users will want to change this to something reasonable like 6-10 seconds but to stick with normal operation the default is set to 20 seconds.

Doneness:

  • Build is okay - I made sure that this change is building successfully.
  • No Bugs - I made sure that this change is working properly as expected. It doesn't have any bugs that you are aware of.
  • Branching - If this is not a hotfix, I am making this request against the master branch

if establishing a connection takes longer than ConnectTimeOutSeconds it will try the next address of fail the connect instead of waiting for the default timeout which is usually 20-30 seconds. Most users will want to change this to something reasonable like 6 - 10 seconds.
@honfika honfika merged commit 0366b34 into justcoding121:master Nov 21, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants