Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TEMPORARY FIX: set up the large libcurl connection pool for USDF
The size of the pool is configured specifically for the Qserv setup at USDF, where there are 14 workers and 300 query result processing threads. The pool allows up to 16 extra connections for other activities which are not related to pulling result files from workers. An idea is to allow as many connection as it's needed for the worst case scenarios in order to prevent "socket leak" at Czar.
- Loading branch information