From b62252183deff098eb2e63a1c5de42d3a2c8e46b Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Thu, 12 Jul 2007 13:23:52 -0700 Subject: [PATCH] interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to 1000, for now --- src/allmydata/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.45.2