-
Notifications
You must be signed in to change notification settings - Fork 11
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
Paramfetch with aria2 support #32
Conversation
c1b6126
to
67d315a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update our dependencies to include aria2c here on Linux and MacOS systems.
Yes, but not that it is technically optional in this PR, so nothing breaks if you don't have it, just the initial paramfetch is not as fast |
Please add: I've verified that name in the past 4 Ubuntu versions in the Universe repo. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested. Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 1 one small change to speed up download
Co-authored-by: LexLuthr <88259624+LexLuthr@users.noreply.github.com>
This is a copy of https://github.com/filecoin-project/go-paramfetch/blob/master/paramfetch.go with:
In the future we can think of adding support for p2p fetches from the cluster, but for now this makes my paramfetch operations 7-10x faster