2 writes to MaxAccepts
Microsoft.AspNetCore.Server.HttpSys.FunctionalTests (1)
RequestTests.cs (1)
598options => { options.MaxAccepts = 1; }, LoggerFactory);
QueueSharing (1)
Program.cs (1)
53options.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;