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 bd4d965 commit 2d1e963Copy full SHA for 2d1e963
src/Servers/HttpSys/src/HttpSysOptions.cs
@@ -68,8 +68,11 @@ public string RequestQueueName
68
public ClientCertificateMethod ClientCertificateMethod { get; set; } = ClientCertificateMethod.AllowCertificate;
69
70
/// <summary>
71
- /// The maximum number of concurrent accepts.
+ /// 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.
75
+ /// </remarks>
76
public int MaxAccepts { get; set; } = DefaultMaxAccepts;
77
78
0 commit comments