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

Connection Pooling #17

Open
WilfredAlmeida opened this issue Jul 29, 2023 · 1 comment
Open

Connection Pooling #17

WilfredAlmeida opened this issue Jul 29, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@WilfredAlmeida
Copy link
Owner

Would you like to have a new feature? Please describe.

Currently, for every API call, a new http.Client is created.

This can be improved by using the connection pooling & other features of the client.

The target of this is to use a single http.Client for all requests.

How would this feature be beneficial for the project

It'll improve performance by reusing a single connection.

Additional context

No response

@WilfredAlmeida WilfredAlmeida added the enhancement New feature or request label Jul 29, 2023
@WilfredAlmeida WilfredAlmeida self-assigned this Jul 29, 2023
@github-actions
Copy link

Hello 👋 Thank you very much for raising an issue 🙌 The maintainers will get back to you soon for discussion over the issue! Thank you for your contributions. 🚀

Meanwhile you can discuss about the project in our Discord Server 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant