mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
clarify what reliability we hope for
This commit is contained in:
@ -197,7 +197,7 @@ async def generate(
|
|||||||
the capability for that case.
|
the capability for that case.
|
||||||
"""
|
"""
|
||||||
# Share placement doesn't affect the resulting capability. For maximum
|
# Share placement doesn't affect the resulting capability. For maximum
|
||||||
# reliability, be happy if we can put shares anywhere
|
# reliability of this generator, be happy if we can put shares anywhere
|
||||||
happy = 1
|
happy = 1
|
||||||
node_key = (None, None)
|
node_key = (None, None)
|
||||||
for params_idx, secret_idx, data_idx, fmt_idx in space:
|
for params_idx, secret_idx, data_idx, fmt_idx in space:
|
||||||
|
Reference in New Issue
Block a user