Skip to content

feat(network): move DHT request timeout into config#1036

Merged
Rexagon merged 3 commits intomasterfrom
update-dht-config
Feb 24, 2026
Merged

feat(network): move DHT request timeout into config#1036
Rexagon merged 3 commits intomasterfrom
update-dht-config

Conversation

@pashinov
Copy link
Copy Markdown
Member

@pashinov pashinov commented Feb 24, 2026

Pull Request Checklist

NODE CONFIGURATION MODEL CHANGES

Yes

.dht.request_timeout = "500ms"
.overlay.query_timeout = "100ms"

BLOCKCHAIN CONFIGURATION MODEL CHANGES

None


COMPATIBILITY

Full

SPECIAL DEPLOYMENT ACTIONS

Not Required


PERFORMANCE IMPACT

No impact expected


TESTS

No

@pashinov pashinov self-assigned this Feb 24, 2026
@pashinov pashinov requested a review from Rexagon February 24, 2026 11:15
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 24, 2026

🧪 Network Tests

To run network tests for this PR, use:

gh workflow run network-tests.yml -f pr_number=1036

Available test options:

  • Run all tests: gh workflow run network-tests.yml -f pr_number=1036
  • Run specific test: gh workflow run network-tests.yml -f pr_number=1036 -f test_selection=ping-pong

Test types: destroyable, ping-pong, one-to-many-internal-messages, fq-deploy, nft-index, persistent-sync

Results will be posted as workflow runs in the Actions tab.

@pashinov pashinov requested a review from 0xdeafbeef February 24, 2026 11:15
@codecov
Copy link
Copy Markdown

codecov bot commented Feb 24, 2026

Codecov Report

❌ Patch coverage is 95.45455% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 54.45%. Comparing base (23149c5) to head (78957ef).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
network/src/overlay/background_tasks.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1036   +/-   ##
=======================================
  Coverage   54.45%   54.45%           
=======================================
  Files         403      403           
  Lines       68033    68046   +13     
  Branches    68033    68046   +13     
=======================================
+ Hits        37045    37054    +9     
- Misses      29127    29131    +4     
  Partials     1861     1861           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pashinov pashinov linked an issue Feb 24, 2026 that may be closed by this pull request
@0xdeafbeef
Copy link
Copy Markdown
Member

fixes #1035

@Rexagon Rexagon enabled auto-merge February 24, 2026 17:23
@Rexagon Rexagon added this pull request to the merge queue Feb 24, 2026
Merged via the queue into master with commit f7f5480 Feb 24, 2026
23 checks passed
@Rexagon Rexagon deleted the update-dht-config branch February 24, 2026 18:10
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.

bad perfomance at high ping

3 participants