[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r21048: {website} alter timout values (15 -> 30) (website/trunk)
Author: Jon
Date: 2009-11-28 13:20:27 -0500 (Sat, 28 Nov 2009)
New Revision: 21048
Modified:
website/trunk/update-mirrors.pl
Log:
alter timout values (15 -> 30)
Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl 2009-11-28 18:12:24 UTC (rev 21047)
+++ website/trunk/update-mirrors.pl 2009-11-28 18:20:27 UTC (rev 21048)
@@ -18,12 +18,13 @@
#CHANGELOG
#20091003 Code changes to elimiate the need for a trailing slash in addresses for script runtime
#20091004 Code changes to increase out of date tolerance to 48 hours
+#20091028 Code changes to increase timout to 30 seconds (attempting to resolve "unknown" status'
#
print "Creating LWP agent ($LWP::VERSION)...\n";
my $lua = LWP::UserAgent->new(
keep_alive => 1,
- timeout => 15,
+ timeout => 30,
agent => "Tor MirrorCheck Agent"
);