Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-05-28 | 538 Bytes | |
Version 7.19.0 source code.tar.gz | 2025-05-28 | 507.3 kB | |
Version 7.19.0 source code.zip | 2025-05-28 | 1.0 MB | |
Totals: 3 Items | 1.5 MB | 0 |
- fixed connection pool load-balancing (DE-1016, [#602]), now the connection pool:
- keeps track of busy connections (or busy HTTP/2 streams)
- enqueues new requests only to connections that are not busy (or that have available HTTP/2 streams)
- waits asynchronously if all the connections are busy (or all HTTP/2 streams are busy)
- added new option to configure HTTP/1.1 pipelining (
com.arangodb.ArangoDB.Builder.pipelining(Boolean)
),false
by default - changed default configuration HTTP/1.1 pipelining to
false