Details
Description
OkHttp's ConnectionPool "holds up to 5 idle connections which will be evicted after 5 minutes of inactivity." A pool of this size is suitable for site crawls but not for larger crawls over many different sites / hosts.
Note: in the current version (4.9.1) the connection pool is implemented as a linked queue. In order to scale beyond pool sizes exceeding 1000 we need to use a set of clients each with its own connection pool.
Attachments
Issue Links
- links to