Skip to content
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

Works great but tends to freeze up on certain packages #13

Open
peterpico99 opened this issue Mar 8, 2019 · 3 comments
Open

Works great but tends to freeze up on certain packages #13

peterpico99 opened this issue Mar 8, 2019 · 3 comments

Comments

@peterpico99
Copy link

This is a pretty great little tool but it does tend to freeze and break sometimes on certain packages.

For example for packages like next, apollo-server. It seems to freeze up when it hits certain deps on these packages.

@alexkubica
Copy link

It freezes for me too, especially when downloading more than 5 heavy packages at the same time.
Have you tried using the --concurrency argument to reduce the number of requests at the same time?
It seems that it defaults to 100 when resolving and to 50 when downloading which can choke the computers resources or the network's bandwith.

@alexbrazier
Copy link
Owner

Looks like #12 is a similar issue. Did reducing the concurrency fix it for you?

@alexkubica
Copy link

Looks like #12 is a similar issue. Did reducing the concurrency fix it for you?

@alexbrazier
Yes, it did actually

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants