2 writes to MaxAccepts
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
RequestTests.cs (1)
598
options => { options.
MaxAccepts
= 1; }, LoggerFactory);
QueueSharing (1)
Program.cs (1)
53
options.
MaxAccepts
= 1; // Better load rotation between instances.
2 references to MaxAccepts
Microsoft.AspNetCore.Server.HttpSys (2)
HttpSysOptions.cs (1)
240
/// However, this will limit parallel request processing to <see cref="
MaxAccepts
"/>. This setting can make
MessagePump.cs (1)
60
_maxAccepts = _options.
MaxAccepts
;