mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-20 03:36:25 +00:00
Alter CiphertextDownloader to work with servers_of_happiness
This commit is contained in:
parent
5683112a02
commit
89a8da9dd2
@ -1036,7 +1036,7 @@ class CiphertextDownloader(log.PrefixingLogMixin):
|
||||
# Repairer (uploader) needs the encodingparams.
|
||||
self._target.set_encodingparams((
|
||||
self._verifycap.needed_shares,
|
||||
self._verifycap.total_shares, # I don't think the target actually cares about "happy".
|
||||
0, # see ticket #778 for why this is
|
||||
self._verifycap.total_shares,
|
||||
self._vup.segment_size
|
||||
))
|
||||
|
Loading…
Reference in New Issue
Block a user