Skip to content

Commit 5c897ac

Browse files
authored
Feedback from PR (#28305)
1 parent 7f58658 commit 5c897ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Servers/HttpSys/src/HttpSysOptions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ public string RequestQueueName
6868
public ClientCertificateMethod ClientCertificateMethod { get; set; } = ClientCertificateMethod.AllowCertificate;
6969

7070
/// <summary>
71-
/// The number of concurrent workers draining requests from the Http.sys queue.
71+
/// Gets or sets the number of concurrent workers draining requests from the Http.sys queue.
7272
/// </summary>
7373
/// <remarks>
74-
/// Defaults to 5 times the number of processors.
74+
/// Defaults to 5 times the number of processors as returned by <see cref="Environment.ProcessorCount" />.
7575
/// </remarks>
7676
public int MaxAccepts { get; set; } = DefaultMaxAccepts;
7777

0 commit comments

Comments
 (0)