summary refs log tree commit diff
path: root/changelog.d/5334.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+0
|
* Don't do long retries when calling the key notary server. (#5334)Richard van der Hoff2019-06-041-0/+1
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.