Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(l1): improve storage download queue management during snap sync (#…
…1828) **Motivation** Accounts are downloaded at a much faster pace compared to storages, causing bottlenecks in storage download. A previous PR sped up storage download by parallelizing requests but we still had many requests piling up in set ups with multiple peers. This PR aims to alleviate this issue by reading multiple incoming requests at once and avoid piling requests in the storage fetcher's receiver <!-- Why does this pull request exist? What are its goals? --> **Description** * Read multiple messages at once from the storage fetcher's receiver channel during snap sync <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
- Loading branch information