summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2006-06-03 02:16:33 +0000
committerPeter Palfrader <peter@palfrader.org>2006-06-03 02:16:33 +0000
commitae99b587e5fc34132f79d4dea1b0a2aa5a37132b (patch)
tree97f934d1859f8029c8cd55e2fac4ccaab3bafaa8 /other
parent14fe3ebb6295cea5e556e5ff03dd08298e7fe3f9 (diff)
Update END_AT to end 24 hours before now
Diffstat (limited to 'other')
-rwxr-xr-xother/tor/bin/rrd-graph2
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';