Skip to content

Commit 704e365

Browse files
author
mpv1989
committed
Fix docs
1 parent 3618f89 commit 704e365

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To use SSL, you have to set the configuration `useSsl` to `true` and set a `SSLC
188188

189189
## Connection Pooling
190190

191-
The driver supports connection pooling with a default of 1 maximum connections. To change this value use the method `maxConnections(Integer)` in `ArangoDB.Builder`.
191+
The driver supports connection pooling for VelocyStream with a default of 1 and HTTP with a default of 20 maximum connections. To change this value use the method `maxConnections(Integer)` in `ArangoDB.Builder`.
192192

193193
``` Java
194194

0 commit comments

Comments
 (0)