Point folks at docs for this

This commit is contained in:
Jean-Paul Calderone 2020-10-13 09:40:26 -04:00
parent 0eb0d68886
commit c88c2846e2

View File

@ -569,6 +569,9 @@ class Helper(Referenceable):
return self.VERSION
def remote_upload_chk(self, storage_index):
"""
See ``RIHelper.upload_chk``
"""
self.count("chk_upload_helper.upload_requests")
lp = self.log(format="helper: upload_chk query for SI %(si)s",
si=si_b2a(storage_index))