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

waitQueueMultiple not working : any alternate to modify/increate queue size? #218

Open
gaurav-m opened this issue Dec 4, 2019 · 2 comments

Comments

@gaurav-m
Copy link

gaurav-m commented Dec 4, 2019

Referring Issue #112

I am still facing this issue after setting waitQueueMultiple in mongo client config.
500 limit doesn't change.

Secondly, the doc on https://vertx.io/docs/vertx-mongo-client/java/ says

waitQueueMultiple
The maximum number of waiters for a connection to become available from the pool. Default value is 500

Although from the code in PR (https://github.com/vert-x3/vertx-mongo-client/pull/113/files) it appears that this int value is a multiplier, and not the exact value.

@karianna
Copy link
Contributor

@gaurav-m We don't appear to support that option in the latest client, are you able to give an example of its usage?

@MosheAvdiel
Copy link

Hello,
Any updates on setting the wait queue size? Is there any other way to set the connection pool to support more concurrent connections ?
Thanks in advance.

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

No branches or pull requests

3 participants