-
Notifications
You must be signed in to change notification settings - Fork 16
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
fix(syncer): set timeout for head request #152
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
+ Coverage 63.85% 63.99% +0.13%
==========================================
Files 39 39
Lines 3389 3391 +2
==========================================
+ Hits 2164 2170 +6
+ Misses 1059 1054 -5
- Partials 166 167 +1 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Hlib Kanunnikov <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lets add timeout configuration as a good first issue
Overview
Set timeout to avoid the syncer being stuck on the Head request if the other node is unresponsive.
Checklist