We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 238a53c commit 2473c53Copy full SHA for 2473c53
1 file changed
manual/pooling/README.md
@@ -37,6 +37,8 @@ described in the next section). The number of stream ids depends on the
37
+-------+ +-------+ +----+ +----------+ +-------+
38
```
39
40
+If there are several connections in pool, driver evenly spreads new requests between connections.
41
+
42
### Configuring the connection pool
43
44
Connections pools are configured with a [PoolingOptions][pooling_options] object, which
0 commit comments