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>);
The text was updated successfully, but these errors were encountered:
This is taken into account in release 0.2.1, however, the behavior of the client when the server cannot take more requests, should be configured by the end-user of the client.
trietsch
changed the title
Allow high amount of queued requests
Allow configurable client when server cannot take more requests
Apr 15, 2021
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>);
The text was updated successfully, but these errors were encountered: