Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion python/lsst/resources/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class HttpResourcePathConfig:

# Default number of connections to persist with both the front end and
# back end servers.
DEFAULT_FRONTEND_PERSISTENT_CONNECTIONS: int = 2
DEFAULT_FRONTEND_PERSISTENT_CONNECTIONS: int = 10
DEFAULT_BACKEND_PERSISTENT_CONNECTIONS: int = 1

# Accepted digest algorithms
Expand Down
Loading