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

Don't overwrite retry delay #871

Merged
merged 1 commit into from May 11, 2020
Merged

Don't overwrite retry delay #871

merged 1 commit into from May 11, 2020

Commits on May 11, 2020

  1. Don't overwrite retry delay

    This caused an error on the release task, which is probably a bug in the
    curl version in use.
    But we don't actually need it.
    
    From curl's manpage:
    
    > When curl is about to retry a transfer, it will first wait one second
    > and then for all forthcoming retries it will double the waiting time until it reaches 10 minutes
    > which then will be the delay between the rest of the retries.
    > By using --retry-delay you disable this exponential backoff algorithm.
    badboy committed May 11, 2020
    Copy the full SHA
    6837b2b View commit details
    Browse the repository at this point in the history