mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-25 15:41:06 +00:00
Point folks at docs for this
This commit is contained in:
parent
0eb0d68886
commit
c88c2846e2
@ -569,6 +569,9 @@ class Helper(Referenceable):
|
|||||||
return self.VERSION
|
return self.VERSION
|
||||||
|
|
||||||
def remote_upload_chk(self, storage_index):
|
def remote_upload_chk(self, storage_index):
|
||||||
|
"""
|
||||||
|
See ``RIHelper.upload_chk``
|
||||||
|
"""
|
||||||
self.count("chk_upload_helper.upload_requests")
|
self.count("chk_upload_helper.upload_requests")
|
||||||
lp = self.log(format="helper: upload_chk query for SI %(si)s",
|
lp = self.log(format="helper: upload_chk query for SI %(si)s",
|
||||||
si=si_b2a(storage_index))
|
si=si_b2a(storage_index))
|
||||||
|
Loading…
Reference in New Issue
Block a user