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

stewardship get is super slow #4800

Open
istae opened this issue Sep 3, 2024 · 0 comments
Open

stewardship get is super slow #4800

istae opened this issue Sep 3, 2024 · 0 comments

Comments

@istae
Copy link
Member

istae commented Sep 3, 2024

now that the stewardship endpoint also checks leaf chunks, the download speed is super slow because the callback function here https://github.com/ethersphere/bee/blob/master/pkg/steward/steward.go#L84 downloads chunks one at a time.

ideally, the callback to download the chunks can be done in parallel with many goroutines to speed up the process

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant