Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default max-in-flight and buffer-capacity (#753)
There are seperate settings for the default in-flight request limit and the proxy's buffer capacity, but we've chosen a single default. This change restores the buffer capacity to 10K while raising the in-flight request limit to 100K. This is intended to allow the proxy to support services that do not respond promptly that may legitimitately have <100K pending requests.
- Loading branch information