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()
177177
178178## Connection time to live
179179
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.
182182
183183``` Java
184184ArangoDB arango = new ArangoDB .Builder ()
Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ public Builder maxConnections(final Integer maxConnections) {
239239 * Set the maximum time to life of a connection. After this time the connection will be closed automatically.
240240 *
241241 * @param connectionTtl
242- * the maximum time to life of a connection.
242+ * the maximum time to life of a connection in milliseconds
243243 * @return {@link ArangoDB.Builder}
244244 */
245245 public Builder connectionTtl (final Long connectionTtl ) {
You can’t perform that action at this time.
0 commit comments