How to configure the connection pool size? #1906
Replies: 1 comment
-
There's only this option: https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html#method.pool_max_idle_per_host |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to configure the configuration pool size of the Reqwest client, but can't seem to find how to do this.
I am going through the ClientBuilder documentation here https://docs.rs/reqwest/latest/reqwest/struct.ClientBuilder.html and can't find how.
Beta Was this translation helpful? Give feedback.
All reactions