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

change 'maxsockets' default value to 15 #2979

Merged
merged 1 commit into from Mar 29, 2021
Merged

Commits on Mar 29, 2021

  1. change 'maxsockets' default value back to 15

    The default value for 'maxsockets' was changed during the refactoring
    in npm#2878 from 50 to 'Inifinity', this PR changes it to the more
    accurate value of 15, which was the default used in:
    https://github.com/npm/make-fetch-happen/blob/785af652ec0c8f108a43004903afd2183af93904/agent.js#L15
    
    Fixes npm#2978
    
    PR-URL: npm#2979
    Credit: @wallrat
    Close: npm#2979
    Reviewed-by: @ruyadorno
    
    Co-authored-by: Gar <gar+gh@danger.computer>
    2 people authored and ruyadorno committed Mar 29, 2021
    Copy the full SHA
    8750b2b View commit details
    Browse the repository at this point in the history