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

Move default private connect timeout to Config #42

Merged
merged 2 commits into from
Dec 14, 2017
Merged

Move default private connect timeout to Config #42

merged 2 commits into from
Dec 14, 2017

Conversation

briansmith
Copy link
Contributor

Previously the default value of this setting was in lib.rs instead of
being automatically set in Config like all the other defaults, which
was inconsistent and confusing.

Fix this by moving the defaulting logic to Config.

Validated by running the test suite.

Previously the default value of this setting was in lib.rs instead of
being automatically set in `Config` like all the other defaults, which
was inconsistent and confusing.

Fix this by moving the defaulting logic to `Config`.

Validated by running the test suite.
Copy link
Contributor

@hawkw hawkw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me – was wondering why this wasn't parsed in Config...

@briansmith briansmith merged commit 81fb0fe into master Dec 14, 2017
@briansmith briansmith deleted the b/env6 branch December 14, 2017 03:15
dadjeibaah pushed a commit that referenced this pull request Dec 15, 2017
Previously the default value of this setting was in lib.rs instead of
being automatically set in `Config` like all the other defaults, which
was inconsistent and confusing.

Fix this by moving the defaulting logic to `Config`.

Validated by running the test suite.
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
Previously the default value of this setting was in lib.rs instead of
being automatically set in `Config` like all the other defaults, which
was inconsistent and confusing.

Fix this by moving the defaulting logic to `Config`.

Validated by running the test suite.
khappucino pushed a commit to Nordstrom/linkerd2 that referenced this pull request Mar 5, 2019
Signed-off-by: Sean McArthur <sean@buoyant.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants