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
Parallelize chain download to take advantage of multiple peers. The chain download is currently using 4 parallel threads to download headers, receipts and blocks. With a full set of 25 peers, we could make more than 4 concurrent download requests and possibly improve the chain download time.
Note: This by itself might not improve the sync time without other changes.
Acceptance Criteria
Download from all peers concurrently
Chain download time is improved.
The text was updated successfully, but these errors were encountered:
Parallelize chain download to take advantage of multiple peers. The chain download is currently using 4 parallel threads to download headers, receipts and blocks. With a full set of 25 peers, we could make more than 4 concurrent download requests and possibly improve the chain download time.
Note: This by itself might not improve the sync time without other changes.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: