File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
docs/Drivers/Java/Reference
src/main/java/com/arangodb Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ ArangoDB arangoDB = new ArangoDB.Builder()
177
177
178
178
## Connection time to live
179
179
180
- Since version 4.4 the driver supports setting a TTL for connections managed
181
- by the internal connection pool.
180
+ Since version 4.4 the driver supports setting a TTL (time to life) in milliseconds
181
+ for connections managed by the internal connection pool.
182
182
183
183
``` Java
184
184
ArangoDB arango = new ArangoDB .Builder ()
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public Builder maxConnections(final Integer maxConnections) {
239
239
* Set the maximum time to life of a connection. After this time the connection will be closed automatically.
240
240
*
241
241
* @param connectionTtl
242
- * the maximum time to life of a connection.
242
+ * the maximum time to life of a connection in milliseconds
243
243
* @return {@link ArangoDB.Builder}
244
244
*/
245
245
public Builder connectionTtl (final Long connectionTtl ) {
You can’t perform that action at this time.
0 commit comments