v.io/x/ref/profiles/internal/rpc: Reduce initial backoff time.
This alters the backoff function to decrease the initial penalty. The
current function waits for at least 1.5s before the first retry. This
starts at 100ms. I noticed while trying to determine why tests take
a long time that much of the time was spent doing nothing at all.
This reduces the time taken by a typical go test v.io/... from 2m5s to
1m40s (about 18%). None of the tests I looked at (only a few) ever
backed off more than once (even with initial backoff times as low as 2ms).
Change-Id: I882bfc1561312cc2f95a985d1f634879a95072b6
1 file changed