From 2a640af485c7e12f80bc041ff1bd44886a2bb4e5 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Tue, 2 Dec 2008 19:07:26 -0700 Subject: [PATCH] docs/webapi.txt: update helper section to discuss tahoe.cfg --- docs/frontends/webapi.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontends/webapi.txt b/docs/frontends/webapi.txt index 4ab09aed..ad209eb8 100644 --- a/docs/frontends/webapi.txt +++ b/docs/frontends/webapi.txt @@ -1108,8 +1108,8 @@ GET /provisioning/ GET /helper_status/ - If the node is running a helper (i.e. if "$BASEDIR/run_helper" is - non-empty), then this page will provide a list of all the helper operations + If the node is running a helper (i.e. if [helper]enabled is set to True in + tahoe.cfg), then this page will provide a list of all the helper operations currently in progress. If "?t=json" is added to the URL, it will return a JSON-formatted list of helper statistics, which can then be used to produce graphs to indicate how busy the helper is. -- 2.45.2