We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a384d8 commit 1496f15Copy full SHA for 1496f15
1 file changed
manual/pooling/README.md
@@ -190,6 +190,7 @@ available again.
190
191
Two options control that queue: a maximum size ([PoolingOptions.setMaxQueueSize][smqs]) and a timeout
192
([PoolingOptions.setPoolTimeoutMillis][sptm]).
193
+
194
* if either option is set to zero, the attempt is rejected immediately;
195
* else if more than `maxQueueSize` requests are already waiting for a connection, the attempt is also rejected;
196
* otherwise, the attempt is enqueued; if a connection becomes available before `poolTimeoutMillis` has elapsed,
0 commit comments