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: docs/pages/apis/client.mdx
+1
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ type Config = {
20
20
types?:any, // custom type parsers
21
21
statement_timeout?:number, // number of milliseconds before a statement in query will time out, default is no timeout
22
22
query_timeout?:number, // number of milliseconds before a query call will timeout, default is no timeout
23
+
lock_timeout?:number, // number of milliseconds a query is allowed to be en lock state before it's cancelled due to lock timeout
23
24
application_name?:string, // The name of the application that created this Client instance
24
25
connectionTimeoutMillis?:number, // number of milliseconds to wait for connection, default is no timeout
25
26
idle_in_transaction_session_timeout?:number// number of milliseconds before terminating any session with an open idle transaction, default is no timeout
0 commit comments