it doesn't matter if any writes happen, only if the test vectors pass

This commit is contained in:
Jean-Paul Calderone 2019-08-14 13:03:58 -04:00
parent bba8af6be1
commit fce9657ce3

View File

@ -576,9 +576,9 @@ class StorageServer(service.MultiService, Referenceable):
"""
Read data from shares and conditionally write some data to them.
:param bool renew_leases: If and only if this is ``True`` then shares
which are written to will also have an updated lease applied to
them.
:param bool renew_leases: If and only if this is ``True`` and the test
vectors pass then shares in this slot will also have an updated
lease applied to them.
See ``allmydata.interfaces.RIStorageServer`` for details about other
parameters and return value.