The retry logic was removed a few revisions ago

The uploads failed because of the zfec parameters, not because of unreliable
localhost networking that might go away when retried.
This commit is contained in:
Jean-Paul Calderone 2023-01-02 16:23:06 -05:00
parent 77e5357a04
commit 40eff1523e

View File

@ -26,10 +26,6 @@ def hexdigest(bs: bytes) -> str:
return sha256(bs).hexdigest()
# Sometimes upload fail spuriously...
RETRIES = 3
# Just a couple convergence secrets. The only thing we do with this value is
# feed it into a tagged hash. It certainly makes a difference to the output
# but the hash should destroy any structure in the input so it doesn't seem