mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-09 03:44:23 +00:00
Minor comment fix. refs #1847
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
parent
77767e9e12
commit
4889129f37
@ -115,7 +115,7 @@ class Client(node.Node, pollmixin.PollMixin):
|
||||
# 1.0.0 storage client, it will work as they expect.
|
||||
OLDEST_SUPPORTED_VERSION = "1.0.0"
|
||||
|
||||
# this is a tuple of (needed, desired, total, max_segment_size). 'needed'
|
||||
# This is a dictionary of (needed, desired, total, max_segment_size). 'needed'
|
||||
# is the number of shares required to reconstruct a file. 'desired' means
|
||||
# that we will abort an upload unless we can allocate space for at least
|
||||
# this many. 'total' is the total number of shares created by encoding.
|
||||
|
Loading…
x
Reference in New Issue
Block a user