Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: lower initial backoff to 100ms (from 1s)
1s is quite long, esp. when users expect rather low-latency operations. It's also a bit of a pain for our tests because a single error (like `NotAvailable`) can delay tests by a whole second easily leading to timeouts.
- Loading branch information