Skip to content

Commit 1496f15

Browse files
committed
Fix list formatting in manual
1 parent 3a384d8 commit 1496f15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

manual/pooling/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,7 @@ available again.
190190

191191
Two options control that queue: a maximum size ([PoolingOptions.setMaxQueueSize][smqs]) and a timeout
192192
([PoolingOptions.setPoolTimeoutMillis][sptm]).
193+
193194
* if either option is set to zero, the attempt is rejected immediately;
194195
* else if more than `maxQueueSize` requests are already waiting for a connection, the attempt is also rejected;
195196
* otherwise, the attempt is enqueued; if a connection becomes available before `poolTimeoutMillis` has elapsed,

0 commit comments

Comments
 (0)