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

✨ Config option to timeout idle connections within the reqwest pool #551

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

KekmaTime
Copy link
Contributor

@KekmaTime KekmaTime commented Mar 25, 2024

What does this PR do?

Provided the config option under the server section of the config to allow users to timeout idle connections within the reqwest connection pool after a specified period of time to reduce network resource usage.

Why is this change important?

The reason behind including these changes is to allow the user to tweak the reqwest connection pool timeouts which can help reduce server resources automatically.

Related issues

Closes #525

@neon-mmd neon-mmd changed the title Added config option to timeout idle connections within the reqwest pool ✨ Config option to timeout idle connections within the reqwest pool Mar 25, 2024
@alamin655 alamin655 linked an issue Mar 26, 2024 that may be closed by this pull request
Copy link
Owner

@neon-mmd neon-mmd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry for the late review.
Thanks ❤️ for working on this. We really appreciate it 👍 Since everything looks good. We will merge this PR as soon as possible. 🙂

@neon-mmd neon-mmd merged commit b1df4f1 into neon-mmd:rolling Mar 30, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

✨ Config option to timeout idle connections within the reqwest pool
3 participants