Skip to content

Commit ec3d086

Browse files
committed
Fix Connection Reset documentation.
1 parent d70ad4d commit ec3d086

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/connection-options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Connection pooling is enabled by default. These options are used to configure i
110110
</tr>
111111
<tr>
112112
<td>Connection Reset, ConnectionReset </td>
113-
<td>false</td>
114-
<td>If true, the connection state is reset when it is retrieved from the pool. The default value of false avoids making an additional server round trip when obtaining a connection, but the connection state is not reset.</td>
113+
<td><code>true</code></td>
114+
<td>If <code>true</code>, the connection state is reset when it is retrieved from the pool. The default value of <code>true</code> ensures that the connection is in the same state whether it's newly created or retrieved from the pool. A value of <code>false</code> avoids making an additional server round trip when obtaining a connection, but the connection state is not reset, meaning that session variables and other session state changes from any previous use of the connection are carried over.</td>
115115
</tr>
116116
<tr>
117117
<td>Connection Idle Timeout, ConnectionIdleTimeout</td>

0 commit comments

Comments
 (0)