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
## Description
A fix for #74 , allowing
users of the Blobs protocol to once again provide configuration for the
internally-used Downloader struct - both concurrency and retry options.
This PR exposes them through the Blobs Builder struct.
## Notes & open questions
I haven't added tests, but this seems to work fine. I probably need
tests for these methods to be a good OSS citizen ;)
## Change checklist
- [x] Self-review.
- [x] Documentation updates following the [style
guide](https://rust-lang.github.io/rfcs/1574-more-api-documentation-conventions.html#appendix-a-full-conventions-text),
if relevant.
- [ ] Tests if relevant.
- [x] All breaking changes documented.
The ability to configure the downloader when building a
Blobs
protocol handler got lost at some point, apparently here: #47We need to make this possible again.
The text was updated successfully, but these errors were encountered: