commit c099fe31266bc68f8551f93db9f5a95a6944c303 Author: Damian Johnson atagar@torproject.org Date: Sun Oct 11 15:23:00 2020 -0700
Documented graph_bound incorrect
Oops, inverted the words. Caught thanks to saizai...
https://github.com/torproject/nyx/issues/22 --- web/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/index.html b/web/index.html index a980f7c..f214a36 100644 --- a/web/index.html +++ b/web/index.html @@ -682,7 +682,7 @@ logged_events BW, NOTICE, WARN, ERR
<tr> <td><b>graph_bound</b></td> - <td><b>max_local</b></td> + <td><b>local_max</b></td> <td>Bounding for the graph min and max. Options are... <ul> <li><b>global_max</b> - global maximum</li>
tor-commits@lists.torproject.org