From: Brian Warner Date: Thu, 12 Jul 2007 20:23:52 +0000 (-0700) Subject: interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b62252183deff098eb2e63a1c5de42d3a2c8e46b;p=tahoe-lafs%2Ftahoe-lafs.git interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to 1000, for now --- diff --git a/src/allmydata/interfaces.py b/src/allmydata/interfaces.py index a4d980e9..1f95fa82 100644 --- a/src/allmydata/interfaces.py +++ b/src/allmydata/interfaces.py @@ -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,