You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As this driver's goal is to handle and send lots of requests, the default value for queued amount of requests (1024) is too low. This should be increased by using: httpClient.setMaxRequestsQueuedPerDestination(<int>);