Skip to content

Request pool should be configurable #81

Description

@ravi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions