From: Brian Warner <warner@lothar.com>
Date: Wed, 3 Dec 2008 02:07:26 +0000 (-0700)
Subject: docs/webapi.txt: update helper section to discuss tahoe.cfg
X-Git-Url: https://git.rkrishnan.org/specifications/%5B/%5D%20/%22doc.html/?a=commitdiff_plain;h=2a640af485c7e12f80bc041ff1bd44886a2bb4e5;p=tahoe-lafs%2Ftahoe-lafs.git

docs/webapi.txt: update helper section to discuss tahoe.cfg
---

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.