mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-22 19:55:16 +00:00
client.py: remove confusing no-longer-used code from get_encoding_parameters
This commit is contained in:
parent
93d3960d4d
commit
23de3e32d6
@ -207,19 +207,6 @@ class Client(node.Node, testutil.PollMixin):
|
||||
|
||||
def get_encoding_parameters(self):
|
||||
return self.DEFAULT_ENCODING_PARAMETERS
|
||||
p = self.introducer_client.encoding_parameters # a tuple
|
||||
# TODO: make the 0.7.1 introducer publish a dict instead of a tuple
|
||||
params = {"k": p[0],
|
||||
"happy": p[1],
|
||||
"n": p[2],
|
||||
}
|
||||
if len(p) == 3:
|
||||
# TODO: compatibility with 0.7.0 Introducer that doesn't specify
|
||||
# segment_size
|
||||
self.log("Introducer didn't provide max_segment_size, using 1MiB",
|
||||
level=log.UNUSUAL)
|
||||
params["max_segment_size"] = 1*MiB
|
||||
return params
|
||||
|
||||
def connected_to_introducer(self):
|
||||
if self.introducer_client:
|
||||
|
Loading…
x
Reference in New Issue
Block a user