You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ The type annotations in this documentation generally follow the definitions used
85
85
**databaseName* (optional): name of the active database. Default: `_system`.
86
86
**arangoVersion* (optional): value of the `x-arango-version` header. Default: `20300`.
87
87
**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}`.
88
89
89
90
If *config* is a string, it will be interpreted as *config.url*.
0 commit comments