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

quic - set min timeout per connection to 1s #2938

Merged
merged 1 commit into from
Sep 18, 2024

Conversation

nbridge-jump
Copy link
Contributor

quic tile was spending far too much time servicing idle connections. This was due to service_interval in config not being set, and defaulting to the minimum, which is far too low.
This change replaces the minimum with a more reasonable value

@mmcgee-jump mmcgee-jump added this pull request to the merge queue Sep 18, 2024
Merged via the queue into main with commit b994d72 Sep 18, 2024
11 checks passed
@mmcgee-jump mmcgee-jump deleted the nbridge/quic-service-interval branch September 18, 2024 05:30
@ripatel-fd ripatel-fd added quic RFC 9000: QUIC perf Performance optimization labels Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
perf Performance optimization quic RFC 9000: QUIC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants