Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed exponential backoff to larger timeouts (#31)
Exponential backoff now follows formula 5**i instead of 0.5*2**i. I.e. the first four factors are 1, 5, 25 and 125 seconds now.
- Loading branch information