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

Organize timeouts #3535

Merged
merged 8 commits into from
Jan 27, 2025
Merged

Organize timeouts #3535

merged 8 commits into from
Jan 27, 2025

Conversation

sebr72
Copy link
Contributor

@sebr72 sebr72 commented Jan 6, 2025

Setup 3 http related timeouts
# Number of milliseconds used when requesting a connection from the connection manager.
# Recommended 2s for interactive application
# Recommended 10s for batch application
http.connectionRequestTimeout=10000

# Number of milliseconds until a connection is established.
# Recommended 5s for applications in general
# Recommended 10s for tolerant application with slow connection
http.connectTimeout=10000

# Maximum number of milliseconds during which a socket remains inactive between two consecutive data packets.
# Using 5 minutes by default to support very slow and large downloads
http.socketTimeout=300000

@sebr72 sebr72 changed the title Organise timeouts Organize timeouts Jan 21, 2025
@sebr72 sebr72 force-pushed the gsmfp-39 branch 2 times, most recently from 14699c6 to 57357fb Compare January 24, 2025 23:15
@sebr72 sebr72 marked this pull request as ready for review January 25, 2025 01:21
@sebr72 sebr72 requested a review from sbrunner January 25, 2025 01:21
@sebr72 sebr72 merged commit 414e031 into master Jan 27, 2025
10 checks passed
@sebr72 sebr72 deleted the gsmfp-39 branch January 27, 2025 08:52
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

Successfully merging this pull request may close these issues.

2 participants