-
Notifications
You must be signed in to change notification settings - Fork 175
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
--concurrent-downloads
command line option is invalid
#827
Comments
What is the exact command line you're using? |
I just ran my Interface with that option and it ran... though my stats still show "0/16" downloads indicating my limit is still 16 when I set it to 24, or at least I thought I did. There are other arguments that use the same method in the code, you can try |
It doesn't work with
|
So something is wrong with the way those commands are processed on Linux, or in general potentially! There are about 9 references to it in Application.cpp alone. |
So apparently all the options that I have tried and didn't work, are not shown in
Also looks like |
Looks like command line parsing needs fixing and everything needs to use the same way of doing it |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It works for me on Windows, though the hub is still a bit slow even when set to 64 (on a 200 Mbit/s line) |
Hello! Is this still an issue? |
Hello! Is this still an issue? |
When running Interface with
--concurrent-downloads
it returnsUnknown option 'concurrent-downloads'.
The text was updated successfully, but these errors were encountered: