Skip to content

streamer: decrease QUIC_MAX_TIMEOUT from 60s to 30s (quinn default)#10048

Merged
KirillLykov merged 1 commit intoanza-xyz:masterfrom
KirillLykov:klykov/reduce-connection-timeout
Jan 15, 2026
Merged

streamer: decrease QUIC_MAX_TIMEOUT from 60s to 30s (quinn default)#10048
KirillLykov merged 1 commit intoanza-xyz:masterfrom
KirillLykov:klykov/reduce-connection-timeout

Conversation

@KirillLykov
Copy link
Copy Markdown

@KirillLykov KirillLykov commented Jan 15, 2026

Problem

60s timeout might be too high due to NAT timeouts, see #9213 (comment). The 30sec is safe default idle timeout and used as default in quinn.

To address #9213

60s timeout might be too hight due to NAT timeouts. The 30sec is safe default idle timeout and used as default in quinn.
@KirillLykov KirillLykov force-pushed the klykov/reduce-connection-timeout branch from 1e6d34a to 7ac628e Compare January 15, 2026 14:21
@KirillLykov KirillLykov changed the title streamer: decrease QUIC_MAX_TIMEOUT from 60s to 10s streamer: decrease QUIC_MAX_TIMEOUT from 60s to 30s (quinn default) Jan 15, 2026
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 15, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.6%. Comparing base (bd0b3d3) to head (7ac628e).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##           master   #10048     +/-   ##
=========================================
- Coverage    82.6%    82.6%   -0.1%     
=========================================
  Files         844      844             
  Lines      316630   316630             
=========================================
- Hits       261595   261577     -18     
- Misses      55035    55053     +18     
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@KirillLykov KirillLykov added this pull request to the merge queue Jan 15, 2026
Merged via the queue into anza-xyz:master with commit 7e5ba33 Jan 15, 2026
47 checks passed
@KirillLykov KirillLykov deleted the klykov/reduce-connection-timeout branch January 15, 2026 16:29
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