Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rpc: set max-concurrent streams to math.MaxInt32
The max-concurrent streams setting affects how many concurrent streams/unary-RPCs are allowed on the server and this setting is propagated across to the client connection. The default client connection max-streams setting is 100 which seems unreasonably low and may be contributing to high latencies. Fixes #14769
- Loading branch information