mirror of https://github.com/linkerd/linkerd2.git
Our gRPC servers use the default gRPC server configuration, which limits the number of concurrent streams to 100. Since the controllers run with proxies, this provides a hard scaling limit for the number of watches an application can have. This change updates our gRPC server configuration to clear the default concurrency limit, allowing the server to handle as many streams as possible. Signed-off-by: Matei David <matei@buoyant.io> Co-authored-by: Oliver Gould <ver@buoyant.io> |
||
---|---|---|
.. | ||
main.go |