We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
loadAllNodes
Example implementation of loader:
protected load(reference: Uint8Array): Promise<Data> { return this.bee.downloadData(Buffer.from(reference).toString('hex')) }
This could be done in parallel, e.g. launching 4 or 8 requests at the same time, so large manifests can be loaded more efficiently.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Example implementation of loader:
This could be done in parallel, e.g. launching 4 or 8 requests at the same time, so large manifests can be loaded more efficiently.
The text was updated successfully, but these errors were encountered: