]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to...
authorBrian Warner <warner@allmydata.com>
Thu, 12 Jul 2007 20:23:52 +0000 (13:23 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 12 Jul 2007 20:23:52 +0000 (13:23 -0700)
src/allmydata/interfaces.py

index a4d980e952f7f7dc8aa486a3c4489a0c96db4d1d..1f95fa829c420daecc0c1f9adea4374786298ef9 100644 (file)
@@ -216,7 +216,7 @@ class RIVirtualDriveServer(RemoteInterface):
         READ: the child read URI, encrypted with the Read Key
         """
         return ListOf((EncryptedThing, EncryptedThing, EncryptedThing),
-                      maxLength=100,
+                      maxLength=1000,
                       )
 
     def set(index=Hash, write_enabler=Hash, key=Hash,