We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hey, hope you're doing well!
I have a question about this chapter in the docs. You declare factor as an exponential factor but in the formula below:
factor
Math.min(random * minTimeout * Math.pow(factor, attempt), maxTimeout)
it's used in terms of the power's base, not the factor itself, isn't it? From my perspective, it's not the same.
Can you elaborate this subtle moment, please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey, hope you're doing well!
I have a question about this chapter in the docs. You declare
factor
as an exponential factor but in the formula below:it's used in terms of the power's base, not the factor itself, isn't it? From my perspective, it's not the same.
Can you elaborate this subtle moment, please?
The text was updated successfully, but these errors were encountered: