Skip to content

Commit

Permalink
fix: clean up commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Van Woert committed Mar 31, 2022
1 parent 3d7c6d8 commit f8b1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/api/2-client.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ config = {
connectionTimeoutMillis?: number, // number of milliseconds to wait for connection, default is no timeout
idle_in_transaction_session_timeout?: number, // number of milliseconds before terminating any session with an open idle transaction, default is no timeout
keepAlive?: boolean, // enable keepAlive on the net.Socket, default is false
keepAliveInitialDelayMillis?: number, // number of milliseconds between last data packet received and first keepalive probe, default to zero (keeps last value set),
keepAliveInitialDelayMillis?: number // number of milliseconds between last data packet received and first keepalive probe, default to zero (keeps last value set)
}
```

Expand Down

0 comments on commit f8b1247

Please sign in to comment.