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

Request pool should be configurable #81

Open
ravi opened this issue Mar 26, 2018 · 0 comments
Open

Request pool should be configurable #81

ravi opened this issue Mar 26, 2018 · 0 comments

Comments

@ravi
Copy link

ravi commented Mar 26, 2018

Currently, the pool size used by the underlying request module is hard-coded to 100.

options.pool = maxSockets: 100

Since EtcD is built to handle thousands of clients, in certain scenarios (including mine) this can result in 100k+ open connections on the EtcD servers. It would be helpful to keep this a configurable option rather than hard-coding it.

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

1 participant