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

specify timeouts in config file #7

Closed
rlidwka opened this issue Oct 2, 2013 · 4 comments
Closed

specify timeouts in config file #7

rlidwka opened this issue Oct 2, 2013 · 4 comments

Comments

@rlidwka
Copy link
Owner

rlidwka commented Oct 2, 2013

Don't make the same request to uplinks if time since last request is less than X seconds.

@dcbartlett
Copy link

+1 on this, Also, should be able to set the time to wait for the timeout in the config. Although the packages were cached, it still took about 4 minutes to install Mocha due to the timeouts

@samcday
Copy link

samcday commented Mar 2, 2014

Big +1 on this. Was very confused by the maxage config option for uplinks that is present in the default config, but doesn't seem to actually do anything! :)

@ghost
Copy link

ghost commented May 9, 2014

+1 this would be really useful for us. Since the start of May we've made 14100 requests to npmjs.org. Of those 13358 were 304 responses and 704 were 200. Would be nice to not have to waste time waiting for npmjs.org to 304 :)

@rlidwka
Copy link
Owner Author

rlidwka commented Jun 18, 2014

I think it was implemented in #47 . You can set maxage argument in config now.

@rlidwka rlidwka closed this as completed Jun 18, 2014
dididada123 pushed a commit to dididada123/sinopia that referenced this issue Aug 8, 2016
Split travis file in install & script
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