spring-cloud-openfeign icon indicating copy to clipboard operation
spring-cloud-openfeign copied to clipboard

How to set 'max-connections' for okhttp?

Open netkiller opened this issue 1 year ago • 0 comments

okhttp

I only found a item of config about okhttp

feign.okhttp.enabled=true

when I set up feign.okhttp.enabled=true, I don't know about how to set 'max-connections' for okhttp.

** another question **

May I use 'feign.httpclient.max-connections=1000' for okhttp?

netkiller avatar Sep 24 '22 00:09 netkiller