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: content/api/2-client.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,7 @@ config = {
21
21
types?: any, // custom type parsers
22
22
statement_timeout?: number, // number of milliseconds before a statement in query will time out, default is no timeout
23
23
query_timeout?: number, // number of milliseconds before a query call will timeout, default is no timeout
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