Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow configurable client when server cannot take more requests #2

Open
trietsch opened this issue Apr 6, 2021 · 1 comment
Open

Comments

@trietsch
Copy link
Contributor

trietsch commented Apr 6, 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>);

@trietsch
Copy link
Contributor Author

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 trietsch changed the title Allow high amount of queued requests Allow configurable client when server cannot take more requests Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant