mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-01-31 08:25:35 +00:00
interfaces: allow URIs to be up to 300 chars long, we're just crossing over the edge now
This commit is contained in:
parent
7f273611b4
commit
db2caf58d4
@ -12,7 +12,7 @@ Nodeid = StringConstraint(maxLength=20,
|
|||||||
minLength=20) # binary format 20-byte SHA1 hash
|
minLength=20) # binary format 20-byte SHA1 hash
|
||||||
PBURL = StringConstraint(150)
|
PBURL = StringConstraint(150)
|
||||||
Verifierid = StringConstraint(20)
|
Verifierid = StringConstraint(20)
|
||||||
URI = StringConstraint(200) # kind of arbitrary
|
URI = StringConstraint(300) # kind of arbitrary
|
||||||
MAX_BUCKETS = 200 # per peer
|
MAX_BUCKETS = 200 # per peer
|
||||||
ShareData = StringConstraint(100000)
|
ShareData = StringConstraint(100000)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user