Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart interval and limit should be configurable #62

Open
loyd opened this issue May 23, 2022 · 0 comments
Open

Restart interval and limit should be configurable #62

loyd opened this issue May 23, 2022 · 0 comments
Labels
A-core Area: The elfo-core crate. C-feature-request Category: A feature request.
Milestone

Comments

@loyd
Copy link
Collaborator

loyd commented May 23, 2022

Now it's hardcoded:

const BACKOFF_STEP: Duration = Duration::from_secs(5);
const MAX_BACKOFF: Duration = Duration::from_secs(30);
@loyd loyd added C-feature-request Category: A feature request. A-core Area: The elfo-core crate. labels May 23, 2022
@loyd loyd added this to the v0.2 milestone Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-core Area: The elfo-core crate. C-feature-request Category: A feature request.
Projects
None yet
Development

No branches or pull requests

1 participant