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
dfget --limit
dfget --limit doesn't work, the download speed does not follow the specified speed。
The download speed follow the specified speed
./dfget --limit 1G -u http://10.190.113.78:8001/1gfile.tgz -b ./dfget --limit 10M -u http://10.190.113.78:8001/1gfile.tgz -b
uname -a
The text was updated successfully, but these errors were encountered:
flag and config do not agree on the name, so the limit is not passed in I will fix it
Sorry, something went wrong.
The command line flag limit should be ratelimit ratelimit deserialization failed, change type to solve When ratelimit limit is too low, below the download size of the slice, otherwise it will fail back to the source The ratelimit rate described by -b is limited and cannot describe the speed limit of p2p network
Thx @1037husterljx 🐂🐂🐂
1037husterljx
Successfully merging a pull request may close this issue.
Bug report:
dfget --limit
doesn't work, the download speed does not follow the specified speed。Expected behavior:
The download speed follow the specified speed
How to reproduce it:
./dfget --limit 1G -u http://10.190.113.78:8001/1gfile.tgz -b
./dfget --limit 10M -u http://10.190.113.78:8001/1gfile.tgz -b
Environment:
uname -a
): SMP Wed Sep 29 11:01:45 CST 2021 x86_64 x86_64 x86_64 GNU/LinuxThe text was updated successfully, but these errors were encountered: