rpc-perf
rpc-perf copied to clipboard
default reconnect behavior should be to use exponential back off
A few engineers on our team reported that without specifying the request connect timeout setting, reconnect on timeout has the old behavior without exponential back off. We should make exponential back off the default, since it is the most sensible reconnect policy.
I can make this fix, just creating an issue so that I remember.