interfaces.py: increase RIVirtualDriveServer.list constraint from 100 entries to 1000, for now
This commit is contained in:
parent
b2f13d2635
commit
b62252183d
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue