elfo icon indicating copy to clipboard operation
elfo copied to clipboard

Restart interval and limit should be configurable

Open loyd opened this issue 2 years ago • 0 comments

Now it's hardcoded:

const BACKOFF_STEP: Duration = Duration::from_secs(5);
const MAX_BACKOFF: Duration = Duration::from_secs(30);

loyd avatar May 23 '22 05:05 loyd