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
+1-1
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ config = {
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
24
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
25
-
idle_in_transaction_session_timeout?: number // number of milliseconds before terminating any session with an open idle connection, default is no timeout
25
+
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