Skip to content

Commit d1dba3a

Browse files
Document connectionTimeoutMillis for Client (brianc#78)
Fixes #2040
1 parent de56ac6 commit d1dba3a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/api/2-client.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ config = {
2121
types?: any, // custom type parsers
2222
statement_timeout?: number, // number of milliseconds before a statement in query will time out, default is no timeout
2323
query_timeout?: number, // number of milliseconds before a query call will timeout, default is no timeout
24+
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
2425
}
2526
```
2627

0 commit comments

Comments
 (0)