-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Multithreading? #844
Comments
croc uses multi threading. bottleneck is your network connection |
How do you recommend to test my net speed? I would like to check it so I can see if it is my net fault |
Run with croc --no-multi |
It says flag provided but not defined |
i meant |
Oh, makes sense. There is actually a difference in speed, btw it would be nice to have a parameter to configure the number of threads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What about adding configurable threads number? For many files we know we can use --zip, but I tested croc with a 800mb file and it was slower than I expected. Here is where multi threading would help, I think sending or receiving the file with 5 or 10 individual threads would speed it up a lot.
I dont know if this is because of public relay (I feel lazy to configure my own server and use it as a relay).
The text was updated successfully, but these errors were encountered: