-
Notifications
You must be signed in to change notification settings - Fork 9
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
Rise concurrency level #94
Comments
I also tried 30+ threads but that did make any difference. And it actually slowed down |
@pomek Could you do ~5+ tests of the current setting and with 4-8 threads (see |
Why can't we introduce a property that allows controlling how many threads you would like to use?
That's a reason why my tests won't be good. We need to involve a people that can reproduce an error #92. |
We can. But we need sensible defaults. If you'll confirm my observations, we can assume this is a common trend. If not, we can check with more people. |
Right now we use 2-4 processes to work with multiple repos. I raised the number to 4-8 and reduced e.g.
mgit update
time from about 30-40% (although, more tests would need to be done). It should not make that much difference in case of normal (local) commands, where network is not involved, but those usually take considerably less time anyway.The text was updated successfully, but these errors were encountered: