diff options
Diffstat (limited to 'other/tor/bin')
-rwxr-xr-x | other/tor/bin/rrd-graph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/other/tor/bin/rrd-graph b/other/tor/bin/rrd-graph index 32274f1..67ba501 100755 --- a/other/tor/bin/rrd-graph +++ b/other/tor/bin/rrd-graph @@ -11,7 +11,7 @@ my $IMG_URL = ''; my $NOW = time; my $GMTIME = gmtime($NOW); my $START_AT = $NOW-4*30*24*3600; -my $END_AT = $NOW-4*3600; +my $END_AT = $NOW-24*3600; my $OLD_AT = $NOW-7*24*3600; my $RRD = '/home/weasel/www/www.noreply.org/Build/other/tor/rrd/running_Routers.rrd'; my $RRD_DIR = '/home/weasel/www/www.noreply.org/Build/other/tor/rrd/nodes'; |