Skip to content

Commit 3603b52

Browse files
committed
chore: document keepAliveInitialDelayMillis option
1 parent 6be857e commit 3603b52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/pages/apis/client.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ type Config = {
2323
lock_timeout?: number, // number of milliseconds a query is allowed to be en lock state before it's cancelled due to lock timeout
2424
application_name?: string, // The name of the application that created this Client instance
2525
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
2627
idle_in_transaction_session_timeout?: number, // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
2728
client_encoding?: string, // specifies the character set encoding that the database uses for sending data to the client
2829
fallback_application_name?: string, // provide an application name to use if application_name is not set

0 commit comments

Comments
 (0)