Skip to content

Organize timeouts#3535

Merged
sebr72 merged 8 commits intomasterfrom
gsmfp-39
Jan 27, 2025
Merged

Organize timeouts#3535
sebr72 merged 8 commits intomasterfrom
gsmfp-39

Conversation

@sebr72
Copy link
Copy Markdown
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
3 checks passed
@sebr72 sebr72 deleted the gsmfp-39 branch January 27, 2025 08:52
@geo-ghci-int geo-ghci-int bot added this to the 3.32.0 milestone Jun 3, 2025
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