commit 096e51b67688c88168c0bc5d7af686b98013c1fb Author: Alexander Batischev eual.jp@gmail.com Date: Tue Nov 9 14:27:10 2021 +0300
nyxrc.sample: fix default for `graph_bound` --- web/nyxrc.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/nyxrc.sample b/web/nyxrc.sample index 422c220..0851ac0 100644 --- a/web/nyxrc.sample +++ b/web/nyxrc.sample @@ -31,7 +31,7 @@ max_log_size 1000 # Maximum number of log entries.
graph_stat bandwidth # Statistic to be graphed. [2] graph_interval each second # Graph sampling interval. [3] -graph_bound max_local # Bounding for the graph min and max. [4] +graph_bound local_max # Bounding for the graph min and max. [4] graph_height 7 # Height of the graph. max_graph_width 300 # Maximum number of samplings.
tor-commits@lists.torproject.org