Alexander Blessing
Alexander Blessing
Tests currently run with whatever git version is running on Circle (https://circleci.com/docs/1.0/build-image-precise/). We'd want to make sure that tests also pass for older Git versions (at least >=1.7.1 to support...
`AIMDLimit` uses an initialLimit of 10, which seems really low and overly conservative. Instead of turning off limiting completely, it'd be preferable to start with a more reasonable, configurable limit.
OKHttp defines a maximum number of concurrent calls per host. This is currently set to 64. If I have a multi-node service where one of the nodes is performing poorly,...