Bug #21124
Updated by Peter Amstutz over 1 year ago
In 2.7.0 we split @MaxQueuedRequests@ and @MaxConcurrentRequests@.
We reduced the default value of @MaxConcurrentRequests@ drastically and that caused problems. We should change the default back and add a new thing called @MaxRailsRequests@.
MaxQueuedRequests is number of requests accepted
MaxConcurrentRequests is number of workers in Go
MaxRailsRequests is number of requests sent to Rails