vertx-mongo-client
vertx-mongo-client copied to clipboard
waitQueueMultiple not working : any alternate to modify/increate queue size?
Referring Issue https://github.com/vert-x3/vertx-mongo-client/issues/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.
@gaurav-m We don't appear to support that option in the latest client, are you able to give an example of its usage?
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.