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

How to work maxWaitingClients? #287

Open
victor-dm-black opened this issue Jun 1, 2021 · 1 comment
Open

How to work maxWaitingClients? #287

victor-dm-black opened this issue Jun 1, 2021 · 1 comment
Labels

Comments

@victor-dm-black
Copy link

I don't understand how to work maxWaitingClients and then I diceded to ask here.

Is it mean we have requests for every connections? For example 1 connection = 200 requests(maxWaitingClients).

If do I have more requests I will change connection from another connection. For exampla, 1 connection has 200 request then 2 connection get 201 request.

I want to more details how to work?

@Kikobeats
Copy link
Collaborator

I think it's specifying the maximum of clients allowed to wait for .acquire at the same time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants