mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-17 15:39:00 +00:00
interfaces: increase ShareSize now that our default k is smaller (hence blocks are bigger)
This commit is contained in:
parent
c6f52e379a
commit
5c08be170e
@ -14,7 +14,7 @@ FURL = StringConstraint(1000)
|
||||
StorageIndex = StringConstraint(32)
|
||||
URI = StringConstraint(300) # kind of arbitrary
|
||||
MAX_BUCKETS = 200 # per peer
|
||||
ShareData = StringConstraint(100000) # 2MB segment / k=25
|
||||
ShareData = StringConstraint(700000) # 2MB segment / k=3 = 670kB
|
||||
URIExtensionData = StringConstraint(1000)
|
||||
|
||||
class RIIntroducerClient(RemoteInterface):
|
||||
|
Loading…
x
Reference in New Issue
Block a user