Skip to content

Commit ef86e17

Browse files
committed
Added to config.
1 parent f57e7aa commit ef86e17

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The type annotations in this documentation generally follow the definitions used
8585
* *databaseName* (optional): name of the active database. Default: `_system`.
8686
* *arangoVersion* (optional): value of the `x-arango-version` header. Default: `20300`.
8787
* *headers* (optional): an object with headers to send with every request.
88+
* *agentOptions* (optional): an object with options for the underlying [`http.Agent`](https://nodejs.org/api/http.html#http_new_agent_options). This has no effect in the browser. Default: `{maxSockets: 3, keepAlive: true, keepAliveMsecs: 1000}`.
8889

8990
If *config* is a string, it will be interpreted as *config.url*.
9091

0 commit comments

Comments
 (0)