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
@@ -25,7 +25,7 @@ config = {
25
25
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
26
26
idle_in_transaction_session_timeout?: number, // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
27
27
keepAlive?: boolean, // enable keepAlive on the net.Socket, default is false
28
-
keepAliveInitialDelayMillis?: number, // number of milliseconds between last data packet received and first keepalive probe, default to zero (keeps last value set),
28
+
keepAliveInitialDelayMillis?: number // number of milliseconds between last data packet received and first keepalive probe, default to zero (keeps last value set)
0 commit comments