Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
From 09f0201dd23d30f264c390ab1a64b9bd5ba18712 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Wed, 16 Sep 2009 13:17:57 -0400 Subject: [PATCH] Disable the test speed test file. --- speed-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/speed-test.py b/speed-test.py index 6559389..20f90c2 100755 --- a/speed-test.py +++ b/speed-test.py @@ -27,7 +27,7 @@ RESULT_DATA_FILE = os.path.expanduser("~/speed-test-results.txt") """The file to try to download, used for testing speed.""" SPEED_TEST_FILE = "http://ubuntu.media.mit.edu/ubuntu-releases/jaunty/ubuntu-9.04-desktop-i386.iso" -SPEED_TEST_FILE = "http://butv10.com/content/av/thewire/2009x91503.mov" # Testing only. +# SPEED_TEST_FILE = "http://butv10.com/content/av/thewire/2009x91503.mov" # Testing only. """The number of recent data trys that should be included in the chart.""" CHART_CARDINALITY = 50 -- 1.7.11.3