You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
The function is called when a sync-block provider times out or disconnects while providing a chunk of blocks. now that syncing no longer retrieves multiple chunks in parallel, this is a simpler problem to solve, but it has to be done.
now all the sync_manager object has to do is nominate another peer to continue the fetch from.
The text was updated successfully, but these errors were encountered:
blockone-syncclient
changed the title
STAT-266 ⁃ implement remaining "to do" sync-reassignment function
DAWN-266 ⁃ implement remaining "to do" sync-reassignment function
Jan 16, 2018
This issue is obsolete. the synchronization functionality of the p2p infrastructure is quite a bit simpler now, connections no longer try to cache chunks of blocks for later assembly.
this has a performance impact.
The function is called when a sync-block provider times out or disconnects while providing a chunk of blocks. now that syncing no longer retrieves multiple chunks in parallel, this is a simpler problem to solve, but it has to be done.
now all the sync_manager object has to do is nominate another peer to continue the fetch from.
The text was updated successfully, but these errors were encountered: