From c88c2846e234a4236f0383ce7555f52cf2a45630 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 13 Oct 2020 09:40:26 -0400 Subject: [PATCH] Point folks at docs for this --- src/allmydata/immutable/offloaded.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/allmydata/immutable/offloaded.py b/src/allmydata/immutable/offloaded.py index fb8c706a3..ceb2e520b 100644 --- a/src/allmydata/immutable/offloaded.py +++ b/src/allmydata/immutable/offloaded.py @@ -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))