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

Reduce SnowflakeTimeout to 20 seconds #29

Merged
merged 1 commit into from May 13, 2020
Merged

Reduce SnowflakeTimeout to 20 seconds #29

merged 1 commit into from May 13, 2020

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant
@cohosh
Copy link
Owner

@cohosh cohosh commented May 7, 2020

The underlying smux layer sends a keep-alive ping every 10 seconds. This
modification will allow for one dropped/delayed ping before discarding
the snowflake

The underlying smux layer sends a keep-alive ping every 10 seconds. This
modification will allow for one dropped/delayed ping before discarding
the snowflake
@cohosh cohosh merged commit bbf11a9 into master May 13, 2020
2 checks passed
@cohosh cohosh deleted the ticket/25429 branch May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment