mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-18 10:46:24 +00:00
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:
parent
77e5357a04
commit
40eff1523e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user