1 write to MaxAccepts
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)
231
/// However, this will limit parallel request processing to <see cref="
MaxAccepts
"/>. This setting can make
MessagePump.cs (1)
52
_maxAccepts = _options.
MaxAccepts
;