interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to 1000, for now

This commit is contained in:
Brian Warner 2007-07-12 13:23:52 -07:00
parent b2f13d2635
commit b62252183d
1 changed files with 1 additions and 1 deletions

View File

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