Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e8fde07

Browse files
authored
chore: document keepAliveInitialDelayMillis option (#3460)
1 parent 27f34c6 commit e8fde07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎docs/pages/apis/client.mdx

Lines changed: 1 addition & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /