Skip to content

Commit b3e0379

Browse files
ManickaPkarelz
andauthored
Default has been changed to 1 minute. (dotnet#7449)
* Default has been changed to 1 minute. dotnet/runtime#52687 follow up * Update xml/System.Net.Http/SocketsHttpHandler.xml Co-authored-by: Karel Zikmund <[email protected]> Co-authored-by: Karel Zikmund <[email protected]>
1 parent ae9da77 commit b3e0379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Net.Http/SocketsHttpHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ For example, if the value is 64, then 65,536 bytes are allowed for the maximum r
684684
</ReturnValue>
685685
<Docs>
686686
<summary>Gets or sets how long a connection can be idle in the pool to be considered reusable.</summary>
687-
<value>The maximum idle time for a connection in the pool. The default value for this property is 2 minutes.</value>
687+
<value>The maximum idle time for a connection in the pool. The default value for this property is 1 minute in .NET 6 and later versions; the default value is 2 minutes in .NET Core and .NET 5</value>
688688
<remarks>To be added.</remarks>
689689
<exception cref="T:System.ArgumentOutOfRangeException">The value specified is less than <see cref="F:System.TimeSpan.Zero" /> or is equal to <see cref="F:System.Threading.Timeout.InfiniteTimeSpan" />.</exception>
690690
</Docs>

0 commit comments

Comments
 (0)