Skip to content

Commit f8b1247

Browse files
author
Corey Van Woert
committed
fix: clean up commas
1 parent 3d7c6d8 commit f8b1247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/2-client.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ config = {
2525
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
2626
idle_in_transaction_session_timeout?: number, // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
2727
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)
2929
}
3030
```
3131

0 commit comments

Comments
 (0)