mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-01 00:45:52 +00:00
upload: Data should use convergence by default
This commit is contained in:
parent
81eeafc574
commit
44ff4c6605
@ -920,7 +920,7 @@ class FileName(FileHandle):
|
||||
self._filehandle.close()
|
||||
|
||||
class Data(FileHandle):
|
||||
def __init__(self, data, contenthashkey=False):
|
||||
def __init__(self, data, contenthashkey=True):
|
||||
FileHandle.__init__(self, StringIO(data), contenthashkey=contenthashkey)
|
||||
|
||||
class Uploader(service.MultiService):
|
||||
|
Loading…
x
Reference in New Issue
Block a user