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
@@ -23,6 +23,7 @@ type Config = {
23
23
lock_timeout?:number, // number of milliseconds a query is allowed to be en lock state before it's cancelled due to lock timeout
24
24
application_name?:string, // The name of the application that created this Client instance
25
25
connectionTimeoutMillis?:number, // number of milliseconds to wait for connection, default is no timeout
26
+
keepAliveInitialDelayMillis?:number, // set the initial delay before the first keepalive probe is sent on an idle socket
26
27
idle_in_transaction_session_timeout?:number, // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
27
28
client_encoding?:string, // specifies the character set encoding that the database uses for sending data to the client
28
29
fallback_application_name?:string, // provide an application name to use if application_name is not set
0 commit comments