projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4721982
)
increase the maximum size of ShareData, since currently it is also a limit on uploade...
author
Brian Warner
<warner@lothar.com>
Mon, 4 Dec 2006 12:14:31 +0000
(
05:14
-0700)
committer
Brian Warner
<warner@lothar.com>
Mon, 4 Dec 2006 12:14:31 +0000
(
05:14
-0700)
allmydata/interfaces.py
patch
|
blob
|
history
diff --git
a/allmydata/interfaces.py
b/allmydata/interfaces.py
index 672bd9084cb98ff63a0afbfaaebd15bef19e956f..d7dffeac530ae1a13e8f1c775c47229a1d55de40 100644
(file)
--- a/
allmydata/interfaces.py
+++ b/
allmydata/interfaces.py
@@
-5,7
+5,7
@@
from foolscap import RemoteInterface
Nodeid = StringConstraint(20) # binary format 20-byte SHA1 hash
PBURL = StringConstraint(150)
Verifierid = StringConstraint(20)
-ShareData = StringConstraint(
2
0000)
+ShareData = StringConstraint(
10
0000)
# these four are here because Foolscap does not yet support the kind of
# restriction I really want to apply to these.
RIClient_ = Any()