We’re using okhttp as an http client on a ktor server that hits other services for some requests. Are there any best practices here for configuration? Because of okhttp being so prolific on Android it’s hard to find much about other use cases. I’m thinking it would mostly be around sane defaults for
Dispatcher
, but any other advice/docs would be appreciated.