diff --git a/python/lsst/resources/http.py b/python/lsst/resources/http.py index 20651b27..3e422f6d 100644 --- a/python/lsst/resources/http.py +++ b/python/lsst/resources/http.py @@ -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