xmr-btc-swap/swap
Thomas Eizinger bac0f11898
Disable backoffs max_elapsed_time functionality
This config setting makes backoff stop retrying if we didn't get an
error within this timeframe.
For us, this results in backoff not actually doing anything.

The connection to kraken is very long-running. It might be active
for hours without failing. However, the default value for
`max_elapsed_time` is set to 15 minutes. As such, once the connection
fails any time after that, backoff doesn't actually retry the operation
but just gives up.

Fixes #303.
2021-03-11 13:33:46 +11:00
..
src Disable backoffs max_elapsed_time functionality 2021-03-11 13:33:46 +11:00
tests Shorten function name 2021-03-05 15:49:14 +11:00
Cargo.toml Rename binary to swap 2021-03-05 16:14:21 +11:00