bower-dependency-tree icon indicating copy to clipboard operation
bower-dependency-tree copied to clipboard

Limit concurrent requests

Open alber70g opened this issue 7 years ago • 1 comments

Is it possible to limit the concurrent requests? Our package manager throws 404s when there are too many concurrent requests.

alber70g avatar Jun 29 '17 15:06 alber70g

Hi @Alber70g. Not yet. It should be easy (at first glance) to implement by rate limiting https://github.com/shyiko/bower-dependency-tree/blob/master/src/remote-package-resolver.js#L9 but due to the fact that this module was created to support our legacy codebases (we stopped using bower a long time ago) this feature won't be added unless someone sends a PR. Sorry.

shyiko avatar Jun 29 '17 16:06 shyiko