We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f58658 commit 5c897acCopy full SHA for 5c897ac
src/Servers/HttpSys/src/HttpSysOptions.cs
@@ -68,10 +68,10 @@ public string RequestQueueName
68
public ClientCertificateMethod ClientCertificateMethod { get; set; } = ClientCertificateMethod.AllowCertificate;
69
70
/// <summary>
71
- /// The number of concurrent workers draining requests from the Http.sys queue.
+ /// Gets or sets the number of concurrent workers draining requests from the Http.sys queue.
72
/// </summary>
73
/// <remarks>
74
- /// Defaults to 5 times the number of processors.
+ /// Defaults to 5 times the number of processors as returned by <see cref="Environment.ProcessorCount" />.
75
/// </remarks>
76
public int MaxAccepts { get; set; } = DefaultMaxAccepts;
77
0 commit comments