I can see MaxConcurrentCalls and service ServiceThrottlingBehavior. What is the message queue size of a Windows hosted service? (WCF)
Where can I see this setting in Windows? Is it based on number of processor cores?
For IIS hosted services, there is a queue count of 1000 configurable https://social.msdn.microsoft.com/Forums/vstudio/en-US/557047a3-a77d-4e3e-833c-ab4b6f9d40b8/wcf-queue-behavior-for-maxconcurrentcalls?forum=wcf
Where can I find the limit in windows hosted services??? and what's the limit?