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

Reduce default HTTP client timeouts #902

Merged
merged 1 commit into from
Nov 8, 2023
Merged

Reduce default HTTP client timeouts #902

merged 1 commit into from
Nov 8, 2023

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Nov 7, 2023

The previous defaults of 30s for connection-, and 30s for socket timeouts are too excessive for a system that needs to maintain high-ish throughput.

These values are aligned with what's configured for the Quarkus REST client in the vulnerability analyzer.

The previous defaults of 30s for connection-, and 30s for socket timeouts are too excessive for a system that needs to maintain high-ish throughput.

These values are aligned with what's configured for the Quarkus REST client in the vulnerability analyzer.

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the enhancement New feature or request label Nov 7, 2023
Copy link

sonarcloud bot commented Nov 7, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Copy link
Collaborator

@mehab mehab left a comment

Choose a reason for hiding this comment

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

lgtm

@nscuro nscuro merged commit f662b10 into main Nov 8, 2023
12 checks passed
@nscuro nscuro deleted the reduce-default-timeout branch November 8, 2023 09:30
@nscuro nscuro added this to the 0.3.0 milestone Feb 7, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants