Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Don't do long retries when calling the key notary server. #5334

Merged

Commits on Jun 3, 2019

  1. Don't do long retries when calling the key notary server.

    It takes at least 20 minutes to work through the long_retries schedule (11
    attempts, each with a 60 second timeout, and 60 seconds between each request),
    so if the notary server isn't returning within the timeout, we'll just end up
    blocking whatever request is happening for 20 minutes.
    
    Ain't nobody got time for that.
    richvdh committed Jun 3, 2019
    Configuration menu
    Copy the full SHA
    2f30565 View commit details
    Browse the repository at this point in the history