You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have an application that makes requests to many different downstream hosts and we observe memory usage growing until we stop calling new endpoints.
We are sometimes able to reuse connections within the idle timeout so we would rather not disable connection caching entirely. Some way to bound the number of connections to keep in the pool overall would be very helpful.
At present, it seems no way to adjust the connection pool size, wonder if this can be added?
The text was updated successfully, but these errors were encountered: