clarify what reliability we hope for

This commit is contained in:
Jean-Paul Calderone
2022-12-27 09:03:24 -05:00
parent 6a1a2fb705
commit 13a9ed0202

View File

@ -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: