Skip to content
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

Parallelize chain download #7560

Open
jframe opened this issue Sep 2, 2024 · 0 comments
Open

Parallelize chain download #7560

jframe opened this issue Sep 2, 2024 · 0 comments
Assignees
Labels

Comments

@jframe
Copy link
Contributor

jframe commented Sep 2, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants