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 to default https.Agent to more sane values #2

Closed
christopheranderson opened this issue Apr 17, 2018 · 0 comments · Fixed by #8
Closed

Change to default https.Agent to more sane values #2

christopheranderson opened this issue Apr 17, 2018 · 0 comments · Fixed by #8
Labels
improvement Change to existing functional behavior (perf, logging, etc.)
Milestone

Comments

@christopheranderson
Copy link
Contributor

Scenario:

Currently, the SDK creates an https.Agent with unlimited sockets. This is not a good idea in many environments, especially on Azure (Azure Functions only allows 300 open sockets at a time). We should change the default to something more reasonable like 200.

@christopheranderson christopheranderson added the improvement Change to existing functional behavior (perf, logging, etc.) label Apr 17, 2018
@christopheranderson christopheranderson added this to the Preview milestone Jun 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Change to existing functional behavior (perf, logging, etc.)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant