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

Decrease default retries to fail faster #4

Merged
merged 1 commit into from
May 11, 2020

Conversation

janderson2
Copy link
Contributor

What

The default retries limit was 10 which is very high for a library used
for internal retires. This is basically causing friendly fire DDoS
issues an resulting in a very poor user experience as it takes ages to
fail. Reducing the default means that we should fail faster, but still
allows for a small failure tolerance.

Who can review

Anyone but me.

The default retries limit was 10 which is very high for a library used
for internal retires. This is basically causing friendly fire DDoS
issues an resulting in a very poor user experience as it takes ages to
fail. Reducing the default means that we should fail faster, but still
allows for a small failure tolerance.
@janderson2 janderson2 merged commit b0ab80c into master May 11, 2020
@janderson2 janderson2 deleted the fix/decrease-default-retries branch May 11, 2020 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants